Thanks for your example.
But now i have the following problem. If i want to write the File in my table i get the error "Variable :ID not declared"
How can i fix this problem?
This is my code:
var
myLob : TLOBlocator;
begin
with oQuery do
begin
SetVariable('ID', 2)...
Hi,
i'm using Delphi 5 Enterprise and want to save Files (PDF, EXE ... ) in my database. In my table there is a "BLOB" Field.
The connection to the database is enabled an i can see the content from my table.
When i click on a button, i want to save a file from a temporary directory in my...