Re: Table Locking
From: SMK (anonymous_at_discussions.microsoft.com)
Date: 03/30/04
- Next message: Cindy Gross: "RE: SQL Server Nasty Error (3624) when attaching database"
- Previous message: JB: "Restricting ODBC access to SQL Server 2000 database"
- In reply to: Brannon Jones [MS]: "Re: Table Locking"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 30 Mar 2004 07:51:09 -0800
Thanks for the help Brannon,
The statement I could use would be:
UPDATE myTabe
WITH (READUNCOMMITTED)
SET ......
However, the driver I am using only supports ANSI 92 SQL syntax. So this is not recognized as a valid statement.
Is there an ODBC function where I can achieve the same results?
Thanks for the help,
Steven
- Next message: Cindy Gross: "RE: SQL Server Nasty Error (3624) when attaching database"
- Previous message: JB: "Restricting ODBC access to SQL Server 2000 database"
- In reply to: Brannon Jones [MS]: "Re: Table Locking"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|