Search results

  1. M

    Connect to mySQL Database with Visual Basic

    I Copied and pasted this straight into a new project, added my DB name, password etc. and it worked. (With one error);- change For b = 1 To rs.RecordCount to For b = 0 To rs.RecordCount -1 The ConnectFunction() is particularly usefull as a stand alone function. Just create a ConnectClose...
  2. M

    Connect to mySQL Database with Visual Basic

    Hi all, - My first post here, Using VB6, ADO I know this is an old thread but I need help with this same subject.. I have searched all over and don't seem to be able to find an answer. I have all the code in place to access the On-Line MySQL database but am getting an error ; Connection...
Top Bottom