|
Parking Lot Off-topic chatter pertaining to movies, TV, music, video games, etc. |
|
Thread Tools | Display Modes |
|
10-13-2005, 09:21 PM | #1 |
Pro Bowl
Join Date: Feb 2004
Location: Greensboro, North Carolina
Posts: 6,766
|
Any Computer Programmers here???
Just wondering if there were any fellow Redskins fans who were computer programmers. I have a question about Java programming. If there is anyone on here who is a java programmer, how can I make my java application read, add, or query to an Access database?
Sorry to get nerdy on you guys!
__________________
"Fire Up That Diesel!" |
10-13-2005, 09:34 PM | #2 |
I like big (_|_)s.
Join Date: Dec 2004
Location: Lexington, Virginia
Age: 43
Posts: 19,225
|
Re: Any Computer Programmers here???
Talk to Daseal...
__________________
Regret nothing. At one time it was exactly what you wanted. |
10-14-2005, 08:38 AM | #3 |
Living Legend
Join Date: Jun 2004
Location: VA
Age: 42
Posts: 17,553
|
Re: Any Computer Programmers here???
i do java, c++ some c and asm, but i've never worked with access... only some sql and oracle, sorry.
|
10-14-2005, 08:47 AM | #4 |
Living Legend
Join Date: Jun 2004
Location: VA
Age: 42
Posts: 17,553
|
Re: Any Computer Programmers here???
SQL/access:
http://developers.sun.com/prodtech/j.../journal6.html SQL: http://www.onjava.com/pub/a/onjava/2...05/dbtags.html google may have more, a quick search mainly brought up SQL crap... |
10-14-2005, 02:21 PM | #5 |
Pro Bowl
Join Date: Feb 2004
Location: Greensboro, North Carolina
Posts: 6,766
|
Re: Any Computer Programmers here???
I think there is a way, it has something to do with the database drivers of Java (which are default to use with SQL.) I'm thinking that JBoss would probably help, but I dont' know if that is extra cost or not. I haven't delt much with SQL. In fact, when I had taken a class on SQL a few years ago in college, the class was based on me reading the tutorial of Oracle. We had two online tests (which were open book) and that was all of that class! At work, we are working with some old stuff...might have been before you were born. I program in Clipper and we use the old DBU database system that comes with clipper. We use R&R Reports Writer to run reports against the dbu databases.
Basically what I am doing is programming some java on the side, and trying to figure out if my java program would be a better replacement for our client system. Since our client system is 16 bit, then as you know, it will run pretty fast! HOWEVER, I know that down the road - possibly even a few years from now, we will eventually be forced away from 16 bit applications altogether, and will be forced to only program in 32 bit and even 64 bit. I'm thinking Windows Vista might pull us in that direction, and I would like to have a decent app in the can, ready to read databases so that it wouldn't be such a headache to switch everything out (besides having to transfer the data from the DBU database to either SQL or Access.)
__________________
"Fire Up That Diesel!" |
10-14-2005, 03:30 PM | #6 |
Living Legend
Join Date: Jun 2004
Location: VA
Age: 42
Posts: 17,553
|
Re: Any Computer Programmers here???
if you're really 30, i doubt it was before i was born
|
10-14-2005, 03:37 PM | #7 |
Pro Bowl
Join Date: Feb 2004
Location: Greensboro, North Carolina
Posts: 6,766
|
Re: Any Computer Programmers here???
Clipper started out as "Summer 87".......in 1987.
__________________
"Fire Up That Diesel!" |
10-17-2005, 12:20 PM | #8 |
Puppy Kicker
Join Date: Feb 2004
Location: Arlington, Virginia
Age: 41
Posts: 8,341
|
Re: Any Computer Programmers here???
Don't talk to me, Malcolm is a smartass. Im in a java class now and hate it! I'm starting to pick it up thanks to some helpfull tutoring!
__________________
Best. Player. Available. |
10-17-2005, 12:30 PM | #9 |
I like big (_|_)s.
Join Date: Dec 2004
Location: Lexington, Virginia
Age: 43
Posts: 19,225
|
Re: Any Computer Programmers here???
Hahaha!
__________________
Regret nothing. At one time it was exactly what you wanted. |
10-17-2005, 08:14 PM | #10 |
The Starter
Join Date: Feb 2004
Location: Bristol, CT
Age: 60
Posts: 1,001
|
Re: Any Computer Programmers here???
I started in COBOL/TSO/IMS/DB2 in '85.
Transitioned to mostly Oracle PL/SQL a few years back. Over the years have had my hands in IBM Mainframe, VAX, UNIX. Java/EJB/JSP, VB6 and VB.NET. For the record... I hated Java too. Last edited by EEich; 10-17-2005 at 08:27 PM. |
10-17-2005, 08:18 PM | #11 | |
The Starter
Join Date: Feb 2004
Location: Bristol, CT
Age: 60
Posts: 1,001
|
Re: Any Computer Programmers here???
Quote:
This driver is free: http://rmijdbc.objectweb.org/ Good Luck Last edited by EEich; 10-17-2005 at 08:31 PM. |
|
10-20-2005, 09:42 PM | #12 | |
Pro Bowl
Join Date: Feb 2004
Location: Greensboro, North Carolina
Posts: 6,766
|
Re: Any Computer Programmers here???
Quote:
Not wanting to do a web application per se, but just wanting to to build a java application that can read, write, and edit data from an Access database. If I could somehow configure it to work with DBU, I'd just stick with that (Lord knows that would make conversion alot simpler for us.) I'll check out that driver. Thanks!
__________________
"Fire Up That Diesel!" |
|
10-24-2005, 12:02 PM | #13 | |
Playmaker
Join Date: Feb 2004
Posts: 3,807
|
Re: Any Computer Programmers here???
Quote:
I just saw this thread.
__________________
"It's not about what you've done, but what's been done for you." |
|
10-26-2005, 08:22 PM | #14 | |
Pro Bowl
Join Date: Feb 2004
Location: Greensboro, North Carolina
Posts: 6,766
|
Re: Any Computer Programmers here???
Quote:
I have honestly not been home long enough to give it a chance. Let me ask you guys another question. Which compiler do you guys recommend? I learned Java on JGRASP - but it strictly uses the Swing libraries and does not complie the program into a stand alone executable (meaning of course not having to use a compiler to run the program.)
__________________
"Fire Up That Diesel!" |
|
10-26-2005, 04:49 PM | #15 |
Pro Bowl
Join Date: Jul 2004
Location: San Diego Ca
Posts: 5,315
|
Re: Any Computer Programmers here???
for simple java programs, i used "netbeans". you can easily implement access with it, if you register it with ODBC you should will be able to get it to work on your desktop pc.
|
|
|