Commanders Post at The Warpath  

Home | Forums | Donate | Shop




Go Back   Commanders Post at The Warpath > Off-Topic Discussion > Parking Lot

Parking Lot Off-topic chatter pertaining to movies, TV, music, video games, etc.


Any Computer Programmers here???

Parking Lot


Reply
 
Thread Tools Display Modes
Old 10-13-2005, 09:21 PM   #1
skinsguy
Pro Bowl
 
skinsguy's Avatar
 
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!"
skinsguy is offline   Reply With Quote
Old 10-13-2005, 09:34 PM   #2
TheMalcolmConnection
I like big (_|_)s.
 
TheMalcolmConnection's Avatar
 
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.
TheMalcolmConnection is offline   Reply With Quote
Old 10-14-2005, 08:38 AM   #3
That Guy
Living Legend
 
That Guy's Avatar
 
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.
That Guy is offline   Reply With Quote
Old 10-14-2005, 08:47 AM   #4
That Guy
Living Legend
 
That Guy's Avatar
 
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...
That Guy is offline   Reply With Quote
Old 10-14-2005, 02:21 PM   #5
skinsguy
Pro Bowl
 
skinsguy's Avatar
 
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!"
skinsguy is offline   Reply With Quote
Old 10-14-2005, 03:30 PM   #6
That Guy
Living Legend
 
That Guy's Avatar
 
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
That Guy is offline   Reply With Quote
Old 10-14-2005, 03:37 PM   #7
skinsguy
Pro Bowl
 
skinsguy's Avatar
 
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!"
skinsguy is offline   Reply With Quote
Old 10-17-2005, 12:20 PM   #8
Daseal
Puppy Kicker
 
Daseal's Avatar
 
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.
Daseal is offline   Reply With Quote
Old 10-17-2005, 12:30 PM   #9
TheMalcolmConnection
I like big (_|_)s.
 
TheMalcolmConnection's Avatar
 
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.
TheMalcolmConnection is offline   Reply With Quote
Old 10-17-2005, 08:14 PM   #10
EEich
The Starter
 
EEich's Avatar
 
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.
EEich is offline   Reply With Quote
Old 10-17-2005, 08:18 PM   #11
EEich
The Starter
 
EEich's Avatar
 
Join Date: Feb 2004
Location: Bristol, CT
Age: 60
Posts: 1,001
Re: Any Computer Programmers here???

Quote:
Originally Posted by skinsguy
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!
Your webserver would have to be configured to access an Access ODBC/JDBC driver. I'm not sure that Microsoft would make it easy for Java to play nice with one of its own products. If this is just a standalone applet (not served), you're probably SOL.

This driver is free: http://rmijdbc.objectweb.org/

Good Luck

Last edited by EEich; 10-17-2005 at 08:31 PM.
EEich is offline   Reply With Quote
Old 10-20-2005, 09:42 PM   #12
skinsguy
Pro Bowl
 
skinsguy's Avatar
 
Join Date: Feb 2004
Location: Greensboro, North Carolina
Posts: 6,766
Re: Any Computer Programmers here???

Quote:
Originally Posted by EEich
Your webserver would have to be configured to access an Access ODBC/JDBC driver. I'm not sure that Microsoft would make it easy for Java to play nice with one of its own products. If this is just a standalone applet (not served), you're probably SOL.

This driver is free: http://rmijdbc.objectweb.org/

Good Luck

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!"
skinsguy is offline   Reply With Quote
Old 10-24-2005, 12:02 PM   #13
cpayne5
Playmaker
 
cpayne5's Avatar
 
Join Date: Feb 2004
Posts: 3,807
Re: Any Computer Programmers here???

Quote:
Originally Posted by skinsguy
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!
Get everything working?

I just saw this thread.
__________________
"It's not about what you've done, but what's been done for you."
cpayne5 is offline   Reply With Quote
Old 10-26-2005, 08:22 PM   #14
skinsguy
Pro Bowl
 
skinsguy's Avatar
 
Join Date: Feb 2004
Location: Greensboro, North Carolina
Posts: 6,766
Re: Any Computer Programmers here???

Quote:
Originally Posted by cpayne5
Get everything working?

I just saw this thread.

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!"
skinsguy is offline   Reply With Quote
Old 10-26-2005, 04:49 PM   #15
jamf
Pro Bowl
 
jamf's Avatar
 
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.
jamf is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 08:50 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
We have no official affiliation with the Washington Commanders or the NFL.
Page generated in 0.53862 seconds with 10 queries