Subject | Re: [IBO] TIB_Script-2 |
---|---|
Author | Salvatore Besso |
Post date | 2002-02-20T18:38:29Z |
hello all,
for binary blobs purpose I have made a small Delphi function that I
have included into a DLL (UDF). It is BinToBlob and with this function
you can store anything into an Interbase blob field passing the full
path name to the function as a parameter, for example:
INSERT INTO...
..., BlobField)
VALUES(..., BinToBlob('C:\WINNT\Notepad.exe'));
If it could be of help, write me in private and I will be very happy
to give you the source code (Delphi 5).
Regards
Salvatore
for binary blobs purpose I have made a small Delphi function that I
have included into a DLL (UDF). It is BinToBlob and with this function
you can store anything into an Interbase blob field passing the full
path name to the function as a parameter, for example:
INSERT INTO...
..., BlobField)
VALUES(..., BinToBlob('C:\WINNT\Notepad.exe'));
If it could be of help, write me in private and I will be very happy
to give you the source code (Delphi 5).
Regards
Salvatore