[sqlite] to retreive OID

2006-09-14 Thread abiramip
Hi, In the command prompt if i give the following, select OID from tablename; am able to get the corresponding OID... If i use sqlite3_prepare() APIhow do i proceed inorder to do the same ? Please suggest a procedure to perform this. Thanks in advance . Regards, abirami p

Re: [sqlite] hi

2006-09-12 Thread abiramip
bject: Re: [sqlite] hi abiramip wrote: hi, how can i import gif or jpg files into SQLite database and how can i export the same image to the local system? thanks in advance... Hello, Frequently it is better to store just the file names in the database and keep large files separate,

[sqlite] hi

2006-09-11 Thread abiramip
hi, how can i import gif or jpg files into SQLite database and how can i export the same image to the local system? thanks in advance...