PDA

View Full Version : How to store continuous data inside the sqlite database by using C language to access



Newbie89
March 12th, 2013, 05:56 PM
Is it clear of my question?I'm stuck...Need help...

ofnuts
March 13th, 2013, 11:33 AM
Not really. What do you call "continuous" data?

greenpeace
March 13th, 2013, 11:48 AM
This would seem like a logical place to start, but a clear explanation of your question would really help us help you!

http://www.sqlite.org/cintro.html

Cheers
Gp

Newbie89
March 13th, 2013, 01:47 PM
continuous data is looks like the insert query:)

greenpeace
March 13th, 2013, 06:09 PM
well, it sounds like maybe you'd want to combine INSERT and UPDATE queries... the INSERT to create the records in the first place, and UPDATE to, well, update them :)

Still, we don't really know what you trying to store in the DB!

Cheers

Newbie89
March 14th, 2013, 02:00 PM
Thanks...My project is something like network traffic monitoring...To store update protocol...something like that...Now I want do a simple table which to update the student come in to the lab record...