I have another question on this subject. I am reading a TEXT file and have a schema.ini file. When I execute my code:
Public Function Read_Text_File()
On Error Resume Next
Const adOpenStatic = 3
Const adLockOptimistic = 3
Const adCmdText = &H1
Dim objConnection, objRecordset...
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.