Monday, May 24, 2010

Create a database using c?

create a database for employees.first check for syntax("create table employee(name,varchar(20),salary,numeric... the syntax is correct then create a structure employee with name and salary in it.like this do for insert,delete,update.only the syntax is same as in sql.A c program is needed to check the syntax and to create the structure.

Create a database using c?
Your "create table..." statement is SQL statement.


It means, you need connect to some SQL server using DAO/ODBC/ADO/etc. and send to the server your SQL command. What is your SQL server and API you will use - it depends solely on your taste.
Reply:Do you know what you want. When you talk about database, talk about the db software and the sql tools. C and java is only for connectivity and presentation.
Reply:PCQuest : Enterprise : Using FireBird RDBMS


... create a FireBird database called data.fdb in C:\ using the default database ... will create a user 'testuser' with password 'test'. You do this using the sysdba ...


http://www.pcquest.com/content/enterpris...
Reply:what is your question?


No comments:

Post a Comment