onsolution
Australia
7 Posts |
Posted - Nov 06 2019 : 22:01:15
|
I am testing the new saving of layers into the database.
Sample code like either of the following: fDBBitmap := TIEDBBitmap.create(frmsrc, 'Photo', ''); fDBBitmap := TIEDBBitmap.create(frmsrc, 'Photo', 'Filename');
will throw an exception with 'Invalid Filename'.
If I manually do it:
fDBBitmap := TIEDBBitmap.create();
fDBBitmap.imageblobfield := 'Photo'; fDBBitmap.DataSource := frmsrc;
then the two assignment lines throw the same error. |
|