Search Results

2
votes
2answers
191 views

Problem with updating blob, if blob contains specific data

I have binary data that needs to be stored in a BLOB field in a SQL-database. In case of an UPDATE (storing into the database), the binary data comes as a string (BDS2006, no unicode). When the BLO …
8
votes

Debugging problems with ‘WITH’ statement in Delphi 2006

The Debugger cannot make the connection between the variable shown in the source-code that you want to examine and the related with-statement, when you mouse-over the variable. You will have to exa …
0
votes

Problem with updating blob, if blob contains specific data

Thanks to all for your suggestions. They helped to narrow it down. After all, the code was correct but there was a problem with the database itself in that particular situation. …