Trial SDAC for Delphi 7 and SQL 2005

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
kboatwri
Posts: 2
Joined: Tue 10 Jul 2007 16:02

Trial SDAC for Delphi 7 and SQL 2005

Post by kboatwri » Tue 10 Jul 2007 22:05

I am using the SDAC trial components for Delphi 7 and SQL Server 2005. I have a service application, that connects to multiple databases on a regular interval. The connections are created and destroyed at each interval. This process runs fine for 10 to 15 minutes and then locks up (application stops responding, and processor time for that process pegs) without any exception thrown. It does not seem to be locking up in the same place each time. Is this symptomatic of the trial version or possibly some other issue?

Thanks!

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Wed 11 Jul 2007 07:16

Please describe what operations does your service application perform, what components' settings did you change (FetchAll, NonBlocking, Pooling, etc.), how many applications are run simultaneously. Can this problem be reproduced in a standard VCL-forms application?

kboatwri
Posts: 2
Joined: Tue 10 Jul 2007 16:02

Post by kboatwri » Wed 11 Jul 2007 16:20

Nevermind, I found it and it was my own thread managment issues...

Thanks!

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Thu 12 Jul 2007 07:04

It is good to see that this problem has been solved

Post Reply