Small bug in Params property

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Jelly
Posts: 18
Joined: Sat 09 Jul 2005 13:49
Contact:

Small bug in Params property

Post by Jelly » Thu 15 Jun 2006 11:08

I noticed a bug in the MSQuery component... When I use parameters in my SQL String, and try to open the Collection Editor by clicking on the "Params" property in the Object Inspector, this only leeds me to the following message,, without opening the collection:

Assertion failure (d:\Projects\Delphi\Dac\Souce\Deign\DADesign.pas, line 522)

It seems, that you have still hardcoded this path somewhere in the component, since D:\ drive on my laptop is the CD drive.

I still can set the parameters by double-clicking the query component and move to the parameters tab, so the fix is probably not that urgent.

Tom

Jackson
Posts: 512
Joined: Thu 26 Jan 2006 10:06

Post by Jackson » Thu 15 Jun 2006 11:22

Thank you for information.
It's known problem and we've already fixed it.
This fix will be included in the next SDAC build.

Post Reply