Hello,
I'm trying to create a recordset in vb from data stored in an Excel spreadsheet. I've defined an ODBC DSN to the spreadsheet. I've used to following code in VB to try and set up the recordset:
With rs_TAIBCITY
.CursorType = adOpenStatic
.LockType = adLockOptimistic...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.