This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes JDBC and the fly likes Can't connect to remote sql server Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "Can Watch "Can New topic
Author

Can't connect to remote sql server

James Ajewole
Greenhorn

Joined: Apr 02, 2003
Posts: 19
I wrote a simple progam to connect to an sql server database and run a query but i'm getting an error "Exception in thread main Java.sql.sqlexception: No suitable driver. can anyone help me out. or do i have to create an odbc connection and use it for connecting to the sql server?
Lu Battist
Ranch Hand

Joined: Feb 17, 2003
Posts: 104
Please include your database connection code especially the driver and connection url you are trying to use and which kind of database it is (Oracle, MS Access, mySql, Db2, etc).
Grishma Dube
Ranch Hand

Joined: Jul 01, 2003
Posts: 273
I assumed you are using oracle type 4 jdbc driver.
You simply put classes12.zip or classes111.zip in you classpath and in some you have to rename this zip file to jar file and it will work.
Hope it helps.
James Ajewole
Greenhorn

Joined: Apr 02, 2003
Posts: 19
i'm trying to connect to sql server and im using the connection string that goes like this
"jdbc:microsoft:sqlserver://<servername>:1433"
do i need to download a special driver?
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Can't connect to remote sql server
 
Similar Threads
connet to sql server and run query
Connecting WSAD with Sql Server
I want to develop a simple application which is not complex
type 4 connectivity
Crystal Reports with Eclipse