I have a problem with tquery. I am trying to convert a paradox table to oracle the table has a blob field which contains an image. I cannot seem to set the tquery variable with the image data. i have attempted the following;
Setvariable('Imagedata',table1.fieldbyname('Imagedata').asvariant);
this only copies junk and gives translation errors. I have tried to stream the blob to a memory buffer and then use setlongvariable but this copies junk and also gives translation errors on some records. What is the correct way to do this.
Thanks
Mike
Setvariable('Imagedata',table1.fieldbyname('Imagedata').asvariant);
this only copies junk and gives translation errors. I have tried to stream the blob to a memory buffer and then use setlongvariable but this copies junk and also gives translation errors on some records. What is the correct way to do this.
Thanks
Mike