I am trying to use and understand SQLite syntax to use in my C program. I need to figure how to insert a pre-existing variable into my database. For example "insert into MyTable values (MyVariable)". However I do not believe I can do this without doing something special because I have not found the answer yet. I believe I have to do some sort of binding?? so I have been reading and experimenting on how to do this but I have not been successful thus far. If anybody knows how to do this any help is appreciated, thanks.
↧