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
Need help get introduced to Developer Tools inside IE8
Trouble with the dependesnt select boxs
Lookup Multiple Records from a Form
Accessing other users desktops
iPad css question - vertical scroll issue
Crystal Report in ASP web app Error Login failed for user 'MYDOMAIN\username'.
How do I delete all my calander event in Outlook 2007?
How do I create a looping to add values in columns?
operating system Vista works fine in safe mode but not regular mode
If there a function that returns a variable's name?