| Author |
Java access to AS400 database
|
Cory Lutton
Greenhorn
Joined: May 19, 2004
Posts: 9
|
|
|
I am very new to Java and am tring to access an ISeries box using JDBC. I am self taught on RPG, CL, and VB (in M$ Excel, I use ODBC all the time), but I have no other languages to draw on or formal training. I have searched the internet to find how to add the driver I need, but am too dense to figure it out. I would like to create a GUI program to connect to our company database and edit a file. Any recommendations on sites to visit, or any basic pointers would be helpful.
|
 |
bart zagers
Ranch Hand
Joined: Feb 05, 2003
Posts: 234
|
|
There exists a whole toolbox to connect to an as400, take a look at as400 toolbox
|
 |
Dirk Schreckmann
Sheriff
Joined: Dec 10, 2001
Posts: 7023
|
|
Welcome to JavaRanch, Cory! If you've a JDBC question, I suggest heading on over to the JDBC forum. If you've a GUI question, I suggest heading on over to the Swing / JFC / AWT forum. If you have a I/O question, I suggest heading on over to the I/O and Streams forum. If you're just looking for general information, or have a nagging problem like a compiler error, then this is possibly the forum to ask about it in. If you're looking for some resources on learning Java, here is a list of free on-line Java tutorials and books that I have found useful:Sun's Java TutorialIntroduction to Computer Science using Java by Bradley KjellIntroduction to Programming Using Java by David J. EckDick Baldwin's Java Programming TutorialsInteractive Programming In Java by Lynn Andrea SteinBruce Eckel's Thinking In JavaJavaRanch's own Campfire StoriesAllen B. Downey's How To Think Like A Computer ScientistFor an easy introduction to JDBC, I'd recommend taking a look at the JDBC assignments of the JavaRanch Cattle Drive.
|
[How To Ask Good Questions] [JavaRanch FAQ Wiki] [JavaRanch Radio]
|
 |
 |
|
|
subject: Java access to AS400 database
|
|
|