Results 1 to 11 of 11

Thread: VB with MySQL

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Dec 2006
    Location
    Philippines
    Posts
    139

    VB with MySQL

    anyone has a sample program with MySQL back-end? just want to learn with VB with MySQL..

  2. #2

  3. #3
    Frenzied Member
    Join Date
    Jul 2007
    Posts
    1,306

    Re: VB with MySQL

    Welcome to the Forums


    As long as you use some Database connectivity Method like ADO, DAO , RDO, you can connect to almost any kind of Data Base.

    For mySQL, you need to use ODBC. There is an ODBC Connector for mySQL in their site. you can download that.

    And for Connections String , check this site.

    http://www.connectionstrings.com/

    For more info, check the DB FAQs in FAQ section in the Forum
    IIF(Post.Rate > 0 , , )

  4. #4
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: VB with MySQL

    Welcome to the forums.

    After you connect, the question becomes, what are you going to do next?

    Do you have a database built?

  5. #5
    Frenzied Member Campion's Avatar
    Join Date
    Jul 2007
    Location
    UT
    Posts
    1,098

    Re: VB with MySQL

    You know what's even cooler? Connecting your VB app to your mySQL database via SSH!

    Reading how it's done is boring, but actually having it work is easy!

  6. #6

    Thread Starter
    Addicted Member
    Join Date
    Dec 2006
    Location
    Philippines
    Posts
    139

    Re: VB with MySQL

    Quote Originally Posted by zeezee
    Welcome to the Forums


    As long as you use some Database connectivity Method like ADO, DAO , RDO, you can connect to almost any kind of Data Base.

    For mySQL, you need to use ODBC. There is an ODBC Connector for mySQL in their site. you can download that.

    And for Connections String , check this site.

    http://www.connectionstrings.com/

    For more info, check the DB FAQs in FAQ section in the Forum
    thanx for this one.. this would surely helps.. this is for my thesis.. i had a lot of questions but im speechless for now.. hehehhe.. thanx again..

  7. #7

    Thread Starter
    Addicted Member
    Join Date
    Dec 2006
    Location
    Philippines
    Posts
    139

    Re: VB with MySQL

    Quote Originally Posted by Hack
    Welcome to the forums.

    After you connect, the question becomes, what are you going to do next?

    Do you have a database built?
    i don't have yet the mySQL software.. can u provide me some links so that i can dowload it... i don't have any background with mySQL, only the Microsoft Access... just want to learn mySQL...

  8. #8
    Frenzied Member
    Join Date
    Jul 2007
    Posts
    1,306

    Re: VB with MySQL

    Well, if you know basic SQL, you can use any data base that supports SQL.
    If your a doing a research perhaps it would be easy to tell you exactly what you are researching to help you out.

    As for Links, this is the MySQL site
    http://www.mysql.com/
    http://dev.mysql.com/downloads/

    You will need to download the Comunity Server , which is free.

    And this is the link for the ODBC connector

    http://dev.mysql.com/downloads/connector/odbc/3.51.html

    I still think that its better if you start something like the ADO tutorial in the forums DB FAQ

    http://www.vbforums.com/showthread.php?t=337051

    IIF(Post.Rate > 0 , , )

  9. #9

    Thread Starter
    Addicted Member
    Join Date
    Dec 2006
    Location
    Philippines
    Posts
    139

    Re: VB with MySQL

    thanx a lot mate... i'll try... thanx for your helps...

  10. #10
    PowerPoster
    Join Date
    Nov 2002
    Location
    Manila
    Posts
    7,629

    Re: VB with MySQL

    Depends on what the scope of your thesis is, but as much as possible use a non-server hosted database (eg. Access) so you won't have to deal with network and/or hosting related issues. And you probably won't be coding stored procedures (T-SQL, PL/SQL, etc) and triggers anyway to keep things simple so databases that don't support those will do.

    Simply state in your thesis that database back-end can be upgraded later on (MySQL, Oracle, SQL Server, etc) and will just involve changes to connection string. For thesis, focus on functionality of front-end rather than details regarding back-end.

  11. #11

    Thread Starter
    Addicted Member
    Join Date
    Dec 2006
    Location
    Philippines
    Posts
    139

    Re: VB with MySQL

    our professor need MySQL as our back-end... we already done with Access.. thanx BTW leinard31... are you from Manila? im from bohol...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width