Hi!
Have anyone resolved how store blob to pvsw database?
I've tested with many tools without any success.
If you know
VB code sample or any that might work I'll happy.
Work around I have:
Images in 'C:\temp\image.bmp'
Pvsq Demodata with table pictures (id(int),description(str),imagedata(blob). I need to move all images from local to database for later use in Crystal reports 8.5, so I can't use file path.
With odbc and
VB I can create table, add and search records besides blobs

With Access, if I add emb. ole images one by one, it works ok, but I have 5000 images to handle.
Any ideas ? -thanks-