Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Java Database question

Status
Not open for further replies.

dbrooks74

Programmer
Nov 13, 2001
105
US
Is it extremely difficult to write a Java application so that people can add/edit records if I create an applet that I can use on a web page? -db
 
No, it's pretty easy. You need the appropriate JDBC drivers to connect to your database. Getting connected to a database can be a little tricky but otherwise, getting/updating information is easy.

If you need help, you can do a search for "JDBC connect" or "java database" or whatever on a search engine, there are some great interenet resources out there. Try:

for an easy start

Hope this helps
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top