Re: [Gambas-user] Sqlite and Gambas and image blobs

2010-02-07 Thread Matti
Sorry, don't think I can help you here. Matti Am 07.02.2010 20:17, schrieb M. Cs.: > I'm developing the GamCat cataloging program. I'd like to add possibilities > to scan CD/DVDs and to create thumbnail images, which would be stored in a > database file, and the user could optionaly see the thumbn

Re: [Gambas-user] Sqlite and Gambas and image blobs

2010-02-07 Thread M. Cs.
I'm developing the GamCat cataloging program. I'd like to add possibilities to scan CD/DVDs and to create thumbnail images, which would be stored in a database file, and the user could optionaly see the thumbnails of the pictures in a TreeView , which would visually display the content of the archi

Re: [Gambas-user] Sqlite and Gambas and image blobs

2010-02-07 Thread Matti
Hi M. Cs., I'm not really sure what you want. Is it: the user chooses a picture directory, and you want to display the thumbnails of the pictures? In PictureBoxes, or frames containing PictureBoxes? Then you wouldn't need any database, and I could help you. Did this with just an array of file na

[Gambas-user] Sqlite and Gambas and image blobs

2010-02-05 Thread M. Cs.
Hi, I'd like to know how can I store image thumbnails (~10 KByte each) inside the sqlite database using Gambas. I'd like to use the stored thumbs as preview images, so I'd have to know how to read the blob data out of database and use it as a content of a Picture container. Once more: CREATE TABLE