Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

VB and MYSql

Options
  • 19-05-2003 1:32pm
    #1
    Registered Users Posts: 2,781 ✭✭✭


    Afternoon,
    I was wondering has anybody ever used MySQL with VB ?
    Any tips/hints on setting MySql up ?

    e


Comments

  • Closed Accounts Posts: 358 ✭✭CH




  • Registered Users Posts: 7,468 ✭✭✭Evil Phil


    There is a version of mySql for windows if memory serves which means theres an ODBC driver. Once you've istalled mySql then setup a DSN to the database and connect to it from VB using ADO.


  • Closed Accounts Posts: 8,264 ✭✭✭RicardoSmith


    I'm running it with PHP on a IIs box. I haven't got around to trying to get VB to talk to it, but it was something I was planning to do aswell.


  • Registered Users Posts: 2,781 ✭✭✭amen


    well I have it up and running now
    fairly painless install

    using a 3rd party tool called NavCat which gives a nice GUI

    now to get the insert/updates/selects working

    no SQL Stored Procedures though


  • Closed Accounts Posts: 8,264 ✭✭✭RicardoSmith


    Originally posted by amen
    well I have it up and running now
    fairly painless install

    using a 3rd party tool called NavCat which gives a nice GUI

    now to get the insert/updates/selects working

    no SQL Stored Procedures though

    Any links to NavCat?


  • Advertisement
  • Registered Users Posts: 7,468 ✭✭✭Evil Phil


    Apparently there plans to include stored procedures in MySQL v. 5 - God knows when that will be released. They won't be supporting triggers though.

    I'd also like a link to NavCat, prrrease.


  • Registered Users Posts: 2,781 ✭✭✭amen


    here u go

    http://www.mysqlstudio.com/shareware.php3

    just click on the download button

    how do does eveyone store their sql statements ?
    in a dll, text file ?
    the paramaters of the sql will change each time the sql is called


Advertisement