picture field in neobook db2.3d plugin - Forum

Forum Navigation
You need to log in to create posts and topics.

picture field in neobook db2.3d plugin

What features should the file have to store in the "dbf" database?
When the "dbfExportPicture" command is used, the extracted file is corrupted.!!

@s7shanbe

Please share a sample project so that we can try to reproduce it/fix it.

 

Side notes:

Note 1:

Also, do you have any special reason to store the image in database? In my opinion, images are in-compressible(1MB image might even take 1.2 MB space depending on the database) & non-relational(you can't search strings or establish relation between two images) so, storing in database doesn't give any special benefit.

Solution: You can store the images in a folder & only keep record of their filenames in database.

Note 2:

BTW, please check my reply at your previous thread & confirm if its working https://visualneo.com/forum/topic/create-a-hardware-lock

Also check:

https://visualneo.com/forum/topic/web-browser#postid-932

CDY@44 has reacted to this post.
CDY@44