Hi folks, can any body help me with jconnect.how do we establish a connection.jconnect coz we are using sybase as the database.send me some sample code if possible. thankx in advance madhavi.
You do it the same way that you do for any other JDBC compliant database. Here is the getConnection: con = DriverManager.getConnection ("jdbc:sybase:Tds:" + machine + ":" + port + "/" + dbname, props);