Posted By:
Alpha_Chow
Posted On:
Sunday, March 23, 2003 06:24 AM
The statement for using ODBC to locally access an ODBC data source called "Testing" is
String connectURL = "jdbc:odbc:Testing";
So, if i want to access an ODBC data source called "Testing" in computer with IP: 147.1.23.456..
What is that statement?