humour
Programmer
- Nov 24, 2003
- 87
Everytime I connect using Powerbuilder to MySQL I get the MySQL odbc configuration dialog.... WHY?? How can I avoid it... I am using the code below. It connects fine but I need to dismiss the ODBC config dialog... (obviously I dont want it showing up)...
SQLCA.DBMS = "ODBC"
SQLCA.AutoCommit = False
SQLCA.DBParm = "ConnectString='DSN=mysql1'"
Connect using SQLCA ;
SQLCA.DBMS = "ODBC"
SQLCA.AutoCommit = False
SQLCA.DBParm = "ConnectString='DSN=mysql1'"
Connect using SQLCA ;