1.

Explain the way you can connect to a database server.

Answer»

Open client DRIVER COMES with the isql utility that can be used to connect to a database SERVER from Linux. Here's how to do it: 

isql –S SERVERNAME –U username –P password 



Discussion

No Comment Found