11/22/2024 9:55:45 AM
|
|
slxdeveloper.com Community Forums |
|
|
|
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
Forum to discuss general T-SQL questions and help with queries related to SalesLogix data. View the code of conduct for posting guidelines.
|
|
|
|
is Setting Locktypes necessary while executing SQL in Code...?
Posted: 26 Jun 08 10:28 AM
|
This is my code...My question is ,Do i have to set Lock types for the Recordset...? or Slx takes care of it. i am worried about SQl conflict that takes place..When Multiple users simultaneously execute the below Script..
set objSLXDB = Application.GetNewConnection set recorset = CreateObject("ADODB.Recordset") recorset.Open "update account_misc set slx_cluster='20',Account_clusterid=null where Accountid ='AOD9EA000WAS'", objSLXDB recorset.close set recorset =nothing |
|
|
| |
|
You can
subscribe to receive a daily forum digest in your
user profile. View the site code
of conduct for posting guidelines.
Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
|
|
|
|
|
|
|
|