FireBird Binary Blob problem

Posts   
 
    
Asimov
User
Posts: 113
Joined: 05-Dec-2003
# Posted on: 09-Mar-2005 05:34:28   

Hi,

I think I have a problem similar to the one described in ths thread http://llblgen.com/tinyforum/Messages.aspx?ThreadID=2220

I went over to the firebird cvs and downloaded the NETProvider module and then with nant I built the net_provider 1.6 dll, but I still get an "internal error" (that's the exception I get from Firebird when I try to compare a binary blob column using a CompareValue predicate).

Can you send me the build you talk about in the above thread please? Or tell me if I'm doing something wrong in the steps I described.

Thank you!

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39933
Joined: 17-Aug-2003
# Posted on: 09-Mar-2005 09:26:39   

The error in that thread was for saving, not for comparing a value. I'm not sure if that's possible in firebird. Not every rdbms allows comparing blob fields to values... You pass in a blob value and you want to compare it to a blob field and that fails with an internal error, no other error information?

If you write a small ADO.NET testcase, do you get the same error there?

Frans Bouma | Lead developer LLBLGen Pro