Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. phishbone

    connecting to mysql database

    Hi Merlin, Thanks for your help. I tried adding in the provider and changing the option, but I still got the same error. Emily
  2. phishbone

    vb5 connection to mysql

    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...
  3. phishbone

    connecting to mysql database

    I can't seem to find that control in the list. Was it available for VB5?
  4. phishbone

    connecting to mysql database

    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...
  5. phishbone

    connecting to mysql database

    yes everything is installed. As I mentioned before, I was able to connect with an asp page written in vbscript on the same machine.
  6. phishbone

    connecting to mysql database

    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...
  7. phishbone

    connecting to mysql database

    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...
  8. phishbone

    MSComm.Input not reading full string

    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...
  9. phishbone

    reading variable from Text file

    yes they are all in the same folder (wwwroot)
  10. phishbone

    reading variable from Text file

    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
  11. phishbone

    reading variable from Text file

    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...

Part and Inventory Search

Back
Top