Microsoft
Software
Hardware
Network
Question : VBA application hangs up at a certain point
The VBA application hangs up at this point of line ..(bold,underline and italic) and I got to explicitly kill the session
Do i need to change the recordset type and the type of lock ..can this solve the issue
Set cnn = CurrentProject.Connection
Set rst = New ADODB.Recordset
rst.CursorLocation = adUseClient
rst.Open strSQL, cnn, adOpenKeyset, adLockOptimistic
Let me know what the issue could be... would greatly appreciate your efforts
thanks
rds
Answer : VBA application hangs up at a certain point
I change the driver from ANSI to UNICODE and the problem is resolved.
Random Solutions
getting and setting pixel data for a 3 channels RGB image library acces violation ?
Terminal Server best practices
ASP.NET
conditions between 3 tables
Connecting two subnets on a cisco switch
ActiveX controls moving on a worksheet - Excel 2010
Wonders of USA
BSOD 0x0000007B during Windows 2003 installation on Dell PowerEdge 2970 server
The system cannot find the file specified
How to put meter view for AVAudioPlayer while playing?