MSQuery-editor, Delphi7 IDE access violation

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
tonisanta
Posts: 55
Joined: Wed 04 Apr 2007 17:25

MSQuery-editor, Delphi7 IDE access violation

Post by tonisanta » Mon 16 Apr 2007 13:33

Hi, when changing a query in the query-editor, after pressing OK an AV like "Access violation at address 03B28E54 in module 'sdac70.bpl'." appears. Reproduceable without problems adding a msConnection to Northwind, msQuery.sql = 'select orders.orderdate, orders.orderid, orders.customerid, customers.companyname from orders, customers where orders.customerid=customers.customerid ', add all fields in the fieldeditor, reopen the queryeditor and change the Sql by adding a space behind the text. (D7, Sdac 4.00.0.6, sql2k)
best regards
Toni

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

Post by Jackson » Tue 17 Apr 2007 07:28

Thank you for information.
We have reproduced the problem and fixed it.
This fix will be included in the next build of SDAC 4.

Post Reply