My thanks to everyone. The problem appeared to have been the missing parameters in the CreateParameters area, some use of reserved words, amature coding, etc..
All of your advice and kind words were a very big help!
I'm now down to debugging why I get a "-1" in my recordcount. I suspect...
I recorded a VB macro in excel this might help all the classes are available to VB so you should be able to do it without excel.
Sub csvtotxt()
'
' csvtotxt Macro
' Macro recorded by Hwylie
'
'
Workbooks.Open Filename:="E:\TA\Directs.xls" '< ActiveWorkbook.SaveAs...
Here's a copy of a simple application that opens a remote informix data base for the purpose of executing a store procedure that creates a record set. When I compile and run the application the connection gets opened successfully but the application fails upon execution of :
Set prm05 =...
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.