This site requires JavaScript, please enable it in your browser!
Greenfoot back
gabrielfga
gabrielfga wrote ...

2012/5/8

How to make a database?

gabrielfga gabrielfga

2012/5/8

#
It's possible to make a database in greenfoot?
davmac davmac

2012/5/8

#
A database containing four names: String names = {"Alice", "Bob", "Dean", "Elvis"}; ... but that's probably not what you meant. How about giving a full explanation of what you want and why - then you might get a meaningful answer :)
gabrielfga gabrielfga

2012/5/8

#
I want to create a mysql database using the greenfoot. It's possible? How can I do it?
davmac davmac

2012/5/8

#
It's possible. You need to include the mysql JDBC connector jar file as a library - (Preferences, Libraries). For best results re-start Greenfoot. Then just follow an example on the web (Google is your friend).
gabrielfga gabrielfga

2012/5/8

#
thank you =)
You need to login to post a reply.