VB6.0 and MySql Connection

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bytesbytes
    New Member
    • Apr 2008
    • 16

    VB6.0 and MySql Connection

    Can any help me in creating connection of mysql with vb6.0.
    Please provide me sample codings if you have.
    Im using INI file where the connection needs to be given. For msacces ive used like
    CONNECTION=Prov ider=Microsoft. Jet.OLEDB.4.0;D ata Source=C:\Sampl e.mdb;Persist Security Info=False

    Please provide similar solution for MySql.

    THANKS in advance
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    Please find the connection string here.

    Comment

    • bytesbytes
      New Member
      • Apr 2008
      • 16

      #3
      Originally posted by debasisdas
      Please find the connection string
      here.
      Thanks. :) .

      Comment

      Working...