Hi,
I know there are a lot of posts on this already, but I can't figure out why this won't work. I'm trying to use vb5 to connect to a mysql database. I'm sure that the drivers are installed and the database exists because I tested it using vbscript in an asp page. With the asp page I am able...
I tested the system DSN ODBC connection and it was successful. I also ran my old asp program just to be sure and it successfully connects and queries the db.
As for the ADO data control/wizard, I'm not sure where to find this. I'm not very experienced in Visual Basic. I didn't see it with...
Hello,
Thanks for all the help. Unfortunately I'm still having trouble connecting. I get this error when I try to connect "Data Source Name not found and no default driver specified". This is the code I'm using
Dim ConnectionSTR As String
Dim conn As ADODB.Connection
Dim...
Hello,
I need help connecting to a mysql database using a visual basic 5 program. I am able to do it through vbscript in an asp page, so I know I've got the connection string correct, I'm just not clear what activex dll I need, or how to include it. Can I still use the ADODB.connect?
Thanks...
Hello,
I'm trying to read in from the COM port. The device connected to the PC sends the following string:
"1/1/4 12-30-0,65411,65411,0,46504,56080,65296,0,0,0,0,0"
but my VB program only reads in "1/1/4 12" and then I get a framing error. Does anyone know why I'm getting this?
I'm using...
I have tried that, but I still can't get it to read the variable. If you read my post again you will see what happens when I put
loadVariablesNum("energy.txt", 0);
i get the error
Error opening URL "file:///C|/Inetpub/wwwroot/energy.txt
Hello,
I am communicating with a database through flash and an asp page. I query the database and output a variable to a text file. For some reason I CANNOT read the variable from the text file. I've done this before and it has worked fine, but I'm not getting anything now. The text file...
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.