|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Learn five alternative approaches for automating the delivery of Excel-based reports. Read all about it in the free whitepaper: “Automating Excel Reports: Five Approaches for Java Developers” Download Now!
|
|
#1
|
|||
|
|||
|
mySQL and VB6 or .NET
I have had someone ask me if there is a way to connect to a mySQL database from VB6 or VB.NET with out having to go and setup something on every users system like myODBC and a DSN in the ODBC control panel. Is there a way to design a program to use a mySQl database that you can have a user install that will not invovle a user to have to setup anything other then the program and all the Database stuff is just setup and works..?
__________________
George - www.ipdg3.com Helping Developers and Programmers Find Resources Forums - Contests - Tutorials - Source Code ORB - Wireless Site - Online Gear |
|
#2
|
||||
|
||||
|
No, pretty much not.
You can check into doing the ODBC setup and myODBC install through an installation script. This would require something other than the VB package installer though. |
|
#3
|
|||
|
|||
|
Onslaught thanks for the reply. I pretty much figured this would be my answer but I thought it did not hurt to ask. Had someone ask if that was possible. If you run a crossed any info to the contrary let me know.
|
|
#4
|
||||
|
||||
|
Will do.
|
|
#5
|
|||
|
|||
|
If you were prepared to accept a separate install that was only a double click on an exe and then a wizard like install with no configuration then you could try:
URL |
|
#6
|
||||
|
||||
|
The easiest what is the odbc drivers for mysql which can be downloaded here.
http://www.mysql.com/downloads/api-myodbc-3.51.html there are also apis for .net technologies on the site for download somewhere as well
__________________
Tewl |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Visual Basic Programming > mySQL and VB6 or .NET |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|