MySQL embedded with Netbeans

XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).

Moderator: General Moderators

Post Reply
User avatar
emmbec
Forum Contributor
Posts: 112
Joined: Thu Sep 21, 2006 12:19 pm
Location: Queretaro, Mexico

MySQL embedded with Netbeans

Post 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
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post 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.
Post Reply