CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2001
    Location
    MH, India
    Posts
    10

    VB Front End, MySql(Linux) Backend

    My application is running perfectly with MS Access and SQL Server. I want to replace the back-end with MySql running on Linux. How do I go about it?


  2. #2
    Join Date
    May 2000
    Location
    New York, NY, USA
    Posts
    2,878

    Re: VB Front End, MySql(Linux) Backend

    oConn.Open "Driver={mySQL};" & _
    "Server=MyServerName;" & _
    "Option=16834;" & _
    "Database=mydb;"



    Iouri Boutchkine
    [email protected]
    Iouri Boutchkine
    [email protected]

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

Featured