On 18 Jan 2012, at 3:02pm, Petr Lázňovský wrote:

> did you read the subject of my mail? I am use sqlite from Win batch (shell) 
> scripting by commands like:
> 
> sqlite3.exe main.db "Insert into Table1 values('xxxx','yyyy','zzzz');"
> 
> or
> 
> sqlite3.exe main.db "select * from Table1 where Column='yyyy';"

Sorry, 'windows batch' doesn't mean anything to me.

> I am currently not a programmer (means Do not know any REAL language, only 
> partialy Win shell) and this is my first deal with databases at all. So 
> please be patient with me ;-)

Okay, if you aren't a programmer you aren't going to be able to handle images 
that way.  You could, technically do it using lots of scripting to turn an 
image file into hexadecimal but it would be slow, difficult and annoying.

I think you might consider storing the name of the file the image is in rather 
than the image data itself.  This is, I think, what Abeille was suggesting.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to