thanks for sending tht sample code on how to store and retrieve images into and from databases....

regards
abirami p
----- Original Message ----- From: "Gerry Snyder" <[EMAIL PROTECTED]>
To: <sqlite-users@sqlite.org>
Sent: Monday, September 11, 2006 7:32 PM
Subject: 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, so you should consider that, but sometimes what you are asking for is fine, too. SQLite calls hunks of binary data "blobs," and here is some info on how to use them: http://www.sqlite.org/cvstrac/wiki?p=BlobExample

Hope this helps.

Gerry

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------




-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to