Coldfusion
ErrorCode | 1205 |
Deadlock Transaction because of cftransaction.
Error is:
[Macromedia][SQLServer JDBC Driver][SQLServer]Transaction (Process ID 80) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction.
java.sql.
<cfquery name="qryGetLastID" datasource="#variables.Pub_DS#">
SET NOCOUNT ON
insert into table
(column1,datecreated,createdby)
values(1,2,3)
SELECT @@Identity AS maxID
SET NOCOUNT OF
</cfquery>
No comments:
Post a Comment