Microsoft
Software
Hardware
Network
Question : does BEGIN TRAN put a lock?
When I have a transaction and yet to give commit/rollback, i need some feedback before i can do that.
but another query needs to touch that table, but it is endlessly running. is there a lock when BEGIN Tran happens?
thanks
Answer : does BEGIN TRAN put a lock?
Can you try this:
strFileName=Session.Proper
ty("SOURCE
DIR") & "MyExe.exe"
Set objShell = CreateObject("WScript.Shel
l")
objShell.Run strFileName, 1, True
Regards,
Rob.
Random Solutions
How do I programmatically expand a Drupal 6 navigation menu entry?
JQuery Nav Bar Problem
Save files to a specified folder
MySQL Query Error: Column count doesn't match value count at row 1
Automatic Open of Excel spreadsheet in Powerpoint
Windows 2003 - Group Policy / Windows Updates
Defining variables to display words based on coded values
Changing ownership per KB: 271071 Gets me the hour glass
Maximum HDD Temperature risk
How to Download all files using FTP from a VS 2008 VB project