Results 1 to 1 of 1
- 09-23-2011, 10:18 AM #1
Member
- Join Date
- Oct 2010
- Posts
- 8
- Rep Power
- 0
Database connection with derby on server
hi all
im using derby database and able to connect to the database(using derbyclient.jar and deby.jar)
the connection string used is
conn = DriverManager.getConnection
("jdbc:derby://localhost:port/Database", "user", "Password");
but when instead of localhost im using my machine ip,im not able to connect to the database
i want to use my ip or server ip for connecion which im not able to do.So how to do this in derby ???
Thanx
Similar Threads
-
Need help with derby database connection/insert
By javaguy345 in forum New To JavaReplies: 8Last Post: 05-18-2011, 06:10 PM -
Deploy derby database
By Muaz.Sh in forum NetBeansReplies: 11Last Post: 03-17-2011, 06:02 PM -
Database connection for server
By JavaDreams in forum New To JavaReplies: 5Last Post: 03-14-2011, 10:25 AM -
Issue with JDBC Connection to SQL Server 2005 database when default schema is changed
By NicoleVT2000 in forum New To JavaReplies: 0Last Post: 12-01-2009, 10:01 PM -
Using Derby Database in Netbeans
By DavidG24 in forum New To JavaReplies: 1Last Post: 09-14-2009, 01:29 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks