Board index » delphi » Delphi Locking MS SQL 6.5 Server
Kannan Ra
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Delphi Locking MS SQL 6.5 Server
Hi,
I've been using Delphi and MSSQL for three years now. Currently I've been using Delphi 3 and MSSQL 6.5. I desperately wish to get rid of my locking problem. I use Tables and Queries to connect to the database. The Tables have a Database.StartTransaction on Before Open and Before Post All my SQL Statements use (NOLOCK) and have a BEGIN TRAN and COMMIT TRAN in Anyway, when I try to update the Table my application locks up and when I When I look into the details of the Active Lock, the SQL statement looks "Select column1, column2, column3, colu " It is not complete but is active. I hope I've made my problem clear. Does any one out there have this problem? If so how did you solve it?? Thank you very much and sorry for the trouble. Kannan Raj |