Quantcast
Channel: SCN: Message List - SAP Adaptive Server Enterprise (SAP ASE) for Custom Applications
Viewing all articles
Browse latest Browse all 3587

Re: Insert into hold lock and never release.

$
0
0

Then I tried following:

 

CREATE PROCEDURE MyProc

AS

BEGIN

  Begin Tran ABC

     Insert into mytab(name, access_date,username, ipaddress )

     Select  'my name', getdate(), 'NA', ipaddr from master..sysprocesses where spid = @@spid

  Commit ABC     

//Select ....

END

 

Same. still have a lock hold on mytab.


Viewing all articles
Browse latest Browse all 3587

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>