Re: [sqlite] Sqlite catalog - datebase with pictures

2008-03-30 Thread lukasz p.
#sqlite3_bind_blob > http://www.sqlite.org/capi3ref.html#sqlite3_column_blob > and the sqlite3_blob* - functions. > > On how to design your database, that would depend on what you are > planning to to and how to use the data. Perhaps you could provide more > information. > > Hope th

[sqlite] Sqlite catalog - datebase with pictures

2008-03-29 Thread lukasz p.
Hi. I would like to write an application wich helps me to manage with my cd/dvd collections. It will scan all files on cd/dvd add it to a datebase and it could also insert pictures (cd/dvd covers). My questions are: - is there any possiblity to add in sqlite datebase pictures like gif, jpg ? - how