App crashes at table containing a blob field

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
adm.nilser
Posts: 10
Joined: Sat 09 Jul 2011 15:53
Location: Brasil

App crashes at table containing a blob field

Post by adm.nilser » Thu 24 Jan 2013 13:01

Hello,

my application crashes at open a table that contain a blob field.
When i try to open TIBCQuery component, my application stops to response.
Can anybody help me??

Sorry for my english. I'm a brazilian.

AndreyZ

Re: App crashes at table containing a blob field

Post by AndreyZ » Thu 24 Jan 2013 13:38

Hello,

Please try using the latest IBDAC version 4.6.11 and check if the problem persists. If it does, please specify the following:
- the script to create your table;
- the exact version of your IDE;
- the exact version of InterBase or Firebird server and client you are using. You can learn it from the Info sheet of TIBCConnection Editor.

adm.nilser
Posts: 10
Joined: Sat 09 Jul 2011 15:53
Location: Brasil

Re: App crashes at table containing a blob field

Post by adm.nilser » Sat 02 Feb 2013 16:16

Hello,

i can resolve this problem setting the "CacheBlobs" query's attribute to "False".

can you explain what happened?

AndreyZ

Re: App crashes at table containing a blob field

Post by AndreyZ » Mon 04 Feb 2013 08:52

We fixed a similar problem in the past. Please try using the latest IBDAC version 4.6.11 and check if the problem persists. If it does, please specify all the information I asked you in my previous post. Without this information I am not able to give you a valid answer.

Post Reply