Re: [firebird-support] How do load a BLOB file using an Update query

2015-02-11 Thread 'Martijn Tonies (Upscene Productions)' m.ton...@upscene.com [firebird-support]
Hi Craig, I have been using LoadFromFile in my Delphi apps to load a pdf file into my Firebird databases. However, I need to replicate this using an update query. The code below was my first attempt. Using IBOjects within Delphi qryUpdateManifestBLOB.SQL.Clear;

[firebird-support] How do load a BLOB file using an Update query

2015-02-11 Thread craig_...@coxcolvin.com [firebird-support]
I have been using LoadFromFile in my Delphi apps to load a pdf file into my Firebird databases. However, I need to replicate this using an update query. The code below was my first attempt. Using IBOjects within Delphi qryUpdateManifestBLOB.SQL.Clear;

Re: [firebird-support] How do load a BLOB file using an Update query

2015-02-11 Thread craig_...@coxcolvin.com [firebird-support]
I've got it working now! Thanks - Using Firebird 2.5