Recent content by Patrick

  1. P

    How can I save a File in my Database?

    OK i got it. I forgot to declare my variable. Now it works fine. Thanks for your help...
  2. P

    How can I save a File in my Database?

    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)...
  3. P

    How can I save a File in my Database?

    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...
Back
Top