Re: [sqlite] A program to load a file to a BLOB field

2008-07-18 Thread Alexey Pechnikov
В сообщении от Friday 18 July 2008 18:34:01 Fabio Ceconello написал(а): > Hello, > > I just needed to write this little utility to load a regular file to a > BLOB in a SQLite database, and I thought it may be useful to someone > else, so I'm posting it here. I think, you may add this to page http:

[sqlite] A program to load a file to a BLOB field

2008-07-18 Thread Fabio Ceconello
Hello, I just needed to write this little utility to load a regular file to a BLOB in a SQLite database, and I thought it may be useful to someone else, so I'm posting it here. Best regards, Fabio Ceconello Iapyx /* Written by Fabio Ceconello ([EMAIL PROTECTED]), 2008-07-18 This is Public Dom