Results 1 to 3 of 3

Thread: Run client machine without MySQL driver?

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2006
    Posts
    15

    Question Run client machine without MySQL driver?

    Hi All,

    I have prepared a small data-entry application using VB6 and MySQL 5.0 as the backend. The connectionstring is as follows:

    gstrConnString = "DRIVER={MySQL ODBC 3.51 Driver};SERVER=DELL123.abcindia.com;DATABASE=xyz;UID=root;PASSWORD=XXX;option=3"

    The problem is that this string requires MySQL ODBC 3.51 Driver installed on the client machine, which in turn requires admin privileges to install. Is there any way I can run the application on the client machine (connected with the server through LAN) without actually installing the driver on every client machine?

    Thanks in advance for any help.

  2. #2
    Frenzied Member Asgorath's Avatar
    Join Date
    Sep 2004
    Location
    Saturn
    Posts
    2,036

    Re: Run client machine without MySQL driver?

    I think that's impossible.
    "The dark side clouds everything. Impossible to see the future is."

  3. #3
    PowerPoster
    Join Date
    Feb 2006
    Location
    East of NYC, USA
    Posts
    5,691

    Re: Run client machine without MySQL driver?

    The only way you can access a database without installing the driver would be to write your own driver or database access module (which would be the same thing). Something has to access the database.
    The most difficult part of developing a program is understanding the problem.
    The second most difficult part is deciding how you're going to solve the problem.
    Actually writing the program (translating your solution into some computer language) is the easiest part.

    Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.

    Please Help Us To Save Ana

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