The program can create and modify Database Structure, can add, update,delete data, can list data, can use basic SQL statements, can accomodate simple conditions, atleast 3 advanced statement can be used. Please help me, I dont have any idea.
Who knows how to make a database engine in C?
Started by wishheart, Mar 11 2010 05:04 PM
4 replies to this topic
#1
Posted 11 March 2010 - 05:04 PM
|
|
|
#2
Posted 11 March 2010 - 07:40 PM
Trying to figure out how to start? I'd just start with getting a few functions that save data in a csv or something... save and read it... then make a query function the would break the query up and try and figure out what the user wants.
#3
Posted 12 March 2010 - 06:22 AM
Quote
Trying to figure out how to start? I'd just start with getting a few functions that save data in a csv or something... save and read it... then make a query function the would break the query up and try and figure out what the user wants.
thanks for answering Blaine! :) Can you explain to me what 'csv' is? Your idea is good, but I dont know how what syntax to use.. :crying: thanks so much!
#4
Posted 12 March 2010 - 06:28 AM
wishheart said:
thanks for answering Blaine! :) Can you explain to me what 'csv' is? Your idea is good, but I dont know how what syntax to use.. :crying: thanks so much!
#5
Posted 12 March 2010 - 08:24 AM
You may want to check out the source code for SQLite.


Sign In
Create Account

Back to top










