Page 1 of 1

MySQL embedded with Netbeans

Posted: Tue Mar 06, 2007 6:01 pm
by emmbec
Has anyone of you ever used embeded MySQL with Netbeans? I found an embeded database for Netbeans, called Apache Derby, but it just doesn't have that much power. I tried to check that embedded MySQL from their site, but they just don't have enough info on how to use that with Netbeans. Any ideas on how to accomplish this task?

Thanks

Posted: Wed Mar 07, 2007 1:04 am
by Chris Corbyn
The fact it's NetBeans is irrelevant (I think..).

You just need to learn how to use JDBC:

http://java.sun.com/j2se/1.5.0/docs/gui ... index.html

Any Database driver you download for Java is almost certainly going to be wrapped around JDBC which is a standrad Java library.