vote up 0 vote down star

Hello good fellas.I'm using netbeans 6.7 on windows.I've been using DerbyClient in my spring test project and i've successfully change the driverClassName from org.apache.derby.jdbc.ClientDriver to org.apache.derby.jdbc.EmbeddedDriver.I was formally browsing through the bd from the service tab of netbeans.Now that i've changed the connection to Embedded where do i verify access the database to be able to browse through it? thanks for reading

flag

44% accept rate

1 Answer

vote up 0 vote down check

You can't. That is the whole idea of Embedded. The only application that has access to the database is the one that embeds it. So unless you embed the database in Netbeans itself you cannot browse it as before.

link|flag
thnanks just seen you post – black sensei Sep 16 at 17:14

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.