Another option is to try importing everything into TwinBasic, and debug in that environment. I think 32-bit is the default compilation & is free, and 64-bit costs.
I don't know if it has support for those OCXs yet.
Hi,
I've looked at many sites and googled for the VXBase manuals, but have been unsuccessful in finding them. I did purchase the tools way back, but didn't hold onto the manuals.
I think there was also a book specifically about the templates back then. But I have no clue how to even search...
Thanks Jon/gbaughma/doubledriveline,
I found the Forgot Password link that you pointed out, and am back in the official profile.
I don't know the answer to your question, Deniall. If I find out, I'll forward a reply.
Hi,
I have an oracle connection defined
"Driver={Oracle in instantclient_21_6};Dbq=DB;Uid=MYUSERID;Pwd=" & ORACLE_S & ";"
, and this works fine while debugging in VBSEdit, with CSCript.
But the command line
c:\windows\system32\CMD.EXE /C CScript.exe...
In case anyone needs this in the future, someone answered this in another forum. They pointed to
https://stackoverflow.com/questions/12676747/how-to-get-the-affected-rows-in-vba-ado-execute
as an example of how to get the number of rows affected by the INSERT.
This answer, from the forum...
Hi,
I have
Set cn = CreateObject( "ADODB.Connection" )
cn.Open "Driver={SQLite3 ODBC Driver};Database=c:\XXXXXXXX\XXXXXX\XXL_XX\MYPRODDB.db;"
, and it connects fine, and runs queries.
The INSERT is executing fine as well, based on a query from my sql tool afterwards.
THISTABLE_ins =...
Hi Chris,
I'm already settled on doing APPEND, because then I can in effect manipulate the text file, the same way as a table.
With the FiletoStr, StrToFile, I'd end up with a memo field that contains the entire file.
I didn't know about CHRTRAN. That's a nice shortcut, thanks.
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.