Hi,
I’m looking at DBKit, and have been trying to follow the example file.
I can get data in and out of the sqlite db fine if it’s text, numbers, bools etc, but I can not get data out of the imageviewer.
My imageviewer is tied to a column called filepath that has the path of an image (as text).
Nothing is displayed.
I also have a column in the db that holds a blob - that won’t show any images either if i try to point it at that column (I’ve loaded a blob in the db in one record).
DBKit docs state that the imageview will accept a dropped image as input during edit. When I try to update a field to either the filepath or blob columns, I get the universal ‘No’ symbol when a jpg is dropped on the viewer control.
Simply put, I can not get this control to work.
What I’d like to achieve is to populate the database with references to images as filepaths, or if I have to, then to store the images in the db as blobs (although this is not the desired choice due to filesizes), and be able to scan through the db, with CRUD controls to edit the data.
Any help would be appreciated.
Cheers,
Jason.