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
MySQL embedded with Netbeans
Moderator: General Moderators
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
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.
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.