Anybody else have problems debugging with SDAC?

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Dave

Anybody else have problems debugging with SDAC?

Post by Dave » Tue 22 Mar 2005 18:46

I still encounter this problem after using several versions of SDAC, including the latest (3.50.0.12). I'm using D7, WinXP Pro with 1 GM RAM on a Toshiba Laptop.

When I'm tracing through a project (typically a thread) where database access is being used (such as a Query), Delphi 7 locks up. I've noticed this occurs especially after SDAC raises an exception. Not only does Delphi become unresponsive, but my entire system becomes unresponsive (I can't even invoke Task Manager with Ctrl+Alt+Del).

If I wait long enough, sometimes I can get Task Manager to come up and eventually terminate the Delphi 7 process, where my system once more becomes responsive. I've had this happen in many different situations when debugging code that uses SDAC, but have *never* had it occur with the same code that used the BDE or with code that uses no database access.

Has anyone else ever experienced this problem? I've even been able to reproduce it on other machines.

Thanks,
Dave

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Post by Ikar » Wed 23 Mar 2005 10:18

Do you use Standard or Trial version of SDAC components?

Guest

Post by Guest » Wed 23 Mar 2005 15:56

I use the version with source. I just wondered if you have ever encountered this before or if I'm the only one :)

Thanks

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Post by Ikar » Thu 24 Mar 2005 09:42

No, we have never been informed about similar problems except trial version.

Urgent

Post by Urgent » Tue 05 Apr 2005 19:44

i can't help you with sdac, but a lot faster way to bring up task manager is ctrl+shift+esc

Post Reply