Board index » delphi » TQuery Access Violations
Isaac Alexander
![]() Delphi Developer |
TQuery Access Violations2005-04-07 02:51:36 AM delphi169 I am using D7.1, BDE 5.2.0.2, ODBC, and MS SQL Server 2000. Switching away from the BDE is not possible at the moment (3000+ queries). I am getting access violations when opening multiple TQuery components (more than 5 and less than 10). There doesn't seem to be a set number that causes the error. I have checked by commenting out a query here and a query there and the error goes away. It isn't specific to any query. I added FetchAll after the open of all queries hoping that it would help (no luck). The majority of the queries are not attached to grids. They are opened, recursed then closed. I noticed that it may have something to do with using the Filter property. Has anyone else encountered this problem? What is the "real" technical reason for the error? I can work around it, but it is pain to change the logic to accommodate a "bug" in the BDE/Delphi. Any comments and/or suggestions would be great. |