Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MySQL ODBC 3.51 Driver

Status
Not open for further replies.

jbeetz1

Programmer
Nov 28, 2000
60
US
I have an application developed in Powerbuilder that makes a connect to a MySQL DB. If the connect fails the user is prompted with the MySQL ODBC Driver Configuration which has information (Database Name/User/Password etc)I rather not share with the user. Is there an option to supress this from happening.

I am using version 3.51 ODBC Driver.
 
Have you tried the don't prompt on connect check box in the odbc administrator ? (presume your are on windows)
 
What kind of fail throws up the message,. I'm wondering if the syntax to do a DSN less connection has anything on it.
The documentation is at And it looks like you need to set bit 16 on SQLDriverConnect.
I'm interested in how you get on and I might have a play asd well.
I'm presuming that poerbuilder offers you the ODBC interface ?
regards
 
Another thought. Have you tried using SQLConnect, the documentation says the SQLDriverConnect will prmpt, which may be hard to turn off.
 
If I disconnect my PC from my cable modem I will get it. Since this application will be distrubited to various customers they may be on a dial-up connection and therefore not on-line at the time they run the application. I do have a work around that I have used previously using (ftp). I just was trying to make my life easier. I appreciate your help.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top