2.5.0.37: "string output parameters" still buggy

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
NineBerry
Posts: 11
Joined: Tue 02 Sep 2008 14:54

2.5.0.37: "string output parameters" still buggy

Post by NineBerry » Wed 03 Sep 2008 21:52

Version history for 2.5.0.37 contains this entry:

"Bug with string output parameters fixed"

This refers to random access violations that could occur when using output parameters of type string. The random access violations are indeed gone in 2.5.0.37, but there's still a problem with these parameters:

If the SQL statement returns "null" for the parameter, the parameter does not have the value "null" but has an empty string. (Property IsNull of the Parameter is false)

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Thu 04 Sep 2008 07:52

We have fixed this problem. The fix will be included in the next build of IBDAC.

NineBerry
Posts: 11
Joined: Tue 02 Sep 2008 14:54

Post by NineBerry » Thu 04 Sep 2008 10:34

Thank you :D

Post Reply