Results 1 to 2 of 2
Thread: database connectivity
- 08-08-2007, 08:08 AM #1
Member
- Join Date
- Aug 2007
- Posts
- 1
- Rep Power
- 0
database connectivity
plz help me :
i want to design a program that can be used to collect some information from a user & store them in a database, this program should consist server & cleint that can run on same machine
(this program should modify with good GUI)
plz help me i need java codes for this program.
- 03-13-2009, 07:54 PM #2
Member
- Join Date
- Mar 2009
- Posts
- 13
- Rep Power
- 0
...
First you have to decide what database you want to use(e.g. MySql).
If you use MySql. it is a free database you have to download the java mysql connector (you have to register to download but that is no problem) and save it to your classpath or into the java-sdk/jre/lib/ext directory.
To connect to the database you need the knowledge of SQL and reed some tutorials about java and databases.To do the network part you need java sockets read about on the net.For the gui you can download the javaeditor or netbeans
Similar Threads
-
Java Database Connectivity
By Java Tutorial in forum Java TutorialReplies: 2Last Post: 02-08-2009, 02:15 AM -
ensure connectivity
By perdoname in forum JDBCReplies: 1Last Post: 04-22-2008, 02:29 AM -
Database connectivity in Jave struts with Hibernate
By sanjay_sharma77 in forum Advanced JavaReplies: 1Last Post: 02-02-2008, 08:41 PM -
PDA, Database, and Java
By percivalwcy in forum CLDC and MIDPReplies: 0Last Post: 08-08-2007, 03:12 AM -
Database in a PDA
By percivalwcy in forum JDBCReplies: 2Last Post: 08-08-2007, 03:10 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks