Derby connection :(
Hi
I'm new to Derby and never heard of it before. There are few questions i want to ask. Can i use this database for medium type of organization.
I am using Netbeans for application development. So my derby position is on C:\and my database is on the F:\. ... When i use Embdedded driverhow can use the path to my database
String url = "jdbc:derby:F:\Database\Mydatabase";
is this the right way to to do?
in Netbeans we can start the database by Tools>JavaDB>start database server. but how can we start and stop it from our application. I want to use a jbutton to start and stop Derby. How can i achieve it.
And my last question. when i want to use derby from remote machine(client) how do i use the path to data base:
String url = "jdbc:derby://server/F:/Database/Mydatabase"
Is this the right way?
for the remote machine i'm using DerbyClient driver so how to use //localhost:1527 in url string.
Thanks for the help,

