Error Executing Database Query.
|
[Macromedia][SQLServer JDBC Driver][SQLServer]Transaction (Process ID 56) was deadlocked on lock | communication buffer resources with another process and has been chosen as the deadlock victim. Rerun the transaction.
|
|
The error occurred in D:/Websites/PSQonline.org/CFC/Model/Cart.cfc: line 256
Called from D:/Websites/PSQonline.org/Cart.cfm: line 22
Called from D:/Websites/PSQonline.org/CFC/Model/Cart.cfc: line 256
Called from D:/Websites/PSQonline.org/Cart.cfm: line 22
|
254 : WHERE (txtBasketID = <cfqueryparam cfsqltype="cf_sql_varchar" value="#Arguments.BasketID#">)
255 : AND (IDProduct = <cfqueryparam cfsqltype="cf_sql_integer" value="#Arguments.IDProduct#">)
256 : AND (txtDetails = <cfqueryparam cfsqltype="cf_sql_varchar" value="#Arguments.IDItem#">)
257 : </cfquery>
258 : </CFIF>
|
|
SQLSTATE |
40001 |
DATASOURCE |
PSQOnline |
VENDORERRORCODE |
1205 |
SQL |
UPDATE TempBasket
SET intQuantity = (param 1)
WHERE (txtBasketID = (param 2) )
AND (IDProduct = (param 3) )
AND (txtDetails = (param 4) )
|
|
Resources:
|
Browser |
CCBot/2.0 (https://commoncrawl.org/faq/) |
Remote Address |
3.229.124.74 |
Referrer |
|
Date/Time |
07-Aug-22 03:33 PM |
|