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
include files not found
Regular Expression for Date format mm/dd/yyyy
Add dropdownlists to a page automatically and preserve them between postbacks
Javascript: how to validate a form when there are multiple instances on the page?
Need to temporarily redirect all pages asp.net c#
Forward Exchange e-mail
Need to narrate powerpoint slides
Windows Moible 5.0 Connect to Access Database (Connection String)
select * in view
aspnet, gridview.. Trimming the data in the bound controls