Results 1 to 2 of 2

Thread: Connecting VB.net with mysql

  1. #1
    Join Date
    Dec 2008
    Posts
    13

    Connecting VB.net with mysql

    Hi,

    I am developing new project by using vb.net 2005 as a front end and MySql as a back end.

    But the problem is that,
    I'm unable to connect the MySQL database when ever I required to connect this error message occuring.

    The 'MySQLProv' provider is not registered on the local machine.

    Please give me a solution.
    Thank You,

  2. #2
    Join Date
    May 2008
    Posts
    2,297

    Re: Connecting VB.net with mysql

    Hello Jateen,

    I study Ur problem just do this and go forward

    Imports MySql.Data.MySqlClient

    'The Data base Connection as follows:

    Public conn As New MySqlConnection
    Public cmd As New MySqlCommand

    And do the following Code of urs.

Similar Threads

  1. Connecting C# with MySQL database
    By Quattro in forum Software Development
    Replies: 5
    Last Post: 05-03-2010, 10:13 PM
  2. Connecting to remote MySQL
    By Gavisht in forum Software Development
    Replies: 4
    Last Post: 10-12-2009, 08:35 PM
  3. Replies: 3
    Last Post: 07-11-2009, 09:36 PM
  4. Problem connecting to mysql db
    By Wagan-rave in forum Software Development
    Replies: 3
    Last Post: 21-03-2009, 10:57 AM
  5. Problem connecting to mysql
    By Damodar in forum Software Development
    Replies: 3
    Last Post: 25-02-2009, 03:16 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,751,763,276.65674 seconds with 16 queries