Ok, this will be an open topic for I hope a long time. I have to create a java program that connects to a database, and I don't even know where to start. Are there some tutorials on this?
Hooking to a databasedon't even know where to start...
Page 1 of 1
5 Replies - 385 Views - Last Post: 20 August 2009 - 08:16 PM
Replies To: Hooking to a database
#2
Re: Hooking to a database
Posted 20 August 2009 - 07:41 PM
It's not really that hard to find this stuff if you actually TRY and look for it
http://www.google.co...p...se+&aqi=g10
http://www.google.co...p...se+&aqi=g10
#3
Re: Hooking to a database
Posted 20 August 2009 - 07:43 PM
every time I've used google pretty much it's failed me. that's why I asked if there was a tutorial on this site, because most of the time on this site the tutorials are put in a way that I can understand a little better..
thanks by the way, for the google tutorial, I'll check it out.
EDIT: those are tutorials to connect with java database, and that's not what I'm looking for. I'm talking about creating a database with microsoft access and connecting to that database through java.
thanks by the way, for the google tutorial, I'll check it out.
EDIT: those are tutorials to connect with java database, and that's not what I'm looking for. I'm talking about creating a database with microsoft access and connecting to that database through java.
This post has been edited by circuspeanuts: 20 August 2009 - 07:46 PM
#4
Re: Hooking to a database
Posted 20 August 2009 - 07:51 PM
forgot to mention, it all has to be wrapped in a GUI..
#5
Re: Hooking to a database
Posted 20 August 2009 - 08:12 PM
http://www.easysoft..../jdbc-odbc.html
http://www.google.co...z...mp;oq=&aqi=
tell me if thats more of what your looking for.
Also GUI is just a way to display the program to someone, you should be able to add in a GUI if you know how to program them.
http://www.google.co...z...mp;oq=&aqi=
tell me if thats more of what your looking for.
Also GUI is just a way to display the program to someone, you should be able to add in a GUI if you know how to program them.
This post has been edited by virgul: 20 August 2009 - 08:14 PM
#6
Re: Hooking to a database
Posted 20 August 2009 - 08:16 PM
circuspeanuts, on 20 Aug, 2009 - 06:51 PM, said:
forgot to mention, it all has to be wrapped in a GUI..
2 completly different things
start my making your application with database (I wrote a basic tutorial on that using HSQLdb) simple table of FirstName, LastName and a table of FullName that reference the 2 previous tables
copy & paste it and make it work as a console application
then you can make a GUI around it to add/update/delete FirstName, LastName and FullName
Page 1 of 1
|
|

New Topic/Question
Reply




MultiQuote




|