O
oswald verlinden
Hi all,
i have a client with an old working app. in PowerBuilder for which i
need to create new modules.
The db is sqlanywhere 5.0.4
The db is configured in ODBC.
Now, i don't seem to be able to connect to this db.
Can anyone help me with the connectionstring and maybe references to
add?
string connectionString = "Data Source=Ghoenix;uid=dba;pwd=gerling";
Conn = new OdbcConnection(connectionString);
try{Conn.Open();}
catch(Exception ex){MessageBox.Show(ex.ToString());};
He keeps giving : datasource & driver not found...
Help would greatly be appreciated,
Oswald
i have a client with an old working app. in PowerBuilder for which i
need to create new modules.
The db is sqlanywhere 5.0.4
The db is configured in ODBC.
Now, i don't seem to be able to connect to this db.
Can anyone help me with the connectionstring and maybe references to
add?
string connectionString = "Data Source=Ghoenix;uid=dba;pwd=gerling";
Conn = new OdbcConnection(connectionString);
try{Conn.Open();}
catch(Exception ex){MessageBox.Show(ex.ToString());};
He keeps giving : datasource & driver not found...
Help would greatly be appreciated,
Oswald