![]() ![]() |
Aug 20 2005, 03:45 PM
Post
#1
|
|
![]() Full Member ![]() Group: Members Posts: 64 Joined: 1-December 01 Member No.: 23 |
Hello,
I want to develop a java based application (applet) which can be loaded onto a CD and can be linked to a DB at the backend. The font end must dynamically connect to the Backend every time the CD is loaded and run. The application must not install in the User's PC but must have a plug and play function from the CD itself. Problem:- I want to know how to connect DB (Access) dynamically between front end and backend from a CD. Also I would like to know about some free Java Installers which provide ODBC connectivity as well. Thanks -------------------- my system is,
athlon 1800xp+,512 mb pc 133 sd ram, DFI AM75-TC motherboard,Creative Gforce 2Gts graphic card 32 mb vram, 80 gb hdd(master),8.4 gb (slave),52x cd drive,52x samsung dvd/cd rw combo,etc. |
|
|
|
Aug 20 2005, 04:19 PM
Post
#2
|
|
![]() Boss, my code's compiling (xkcd) Group: Admins Posts: 10,440 Joined: 19-September 01 Member No.: 1 ![]() |
You can do a search for the JDBC-to-ODBC bridge driver in Google. It'll allow you to connect your Java application to any database supporting the ODBC driver.
As far as it being dynamic, you can re-execute the querying of the database, after you establish a connection to the ODBC driver, everytime the CD is run. No installation is necessary. You'll only need to ensure that Access, or whatever other DB you'll be using, is always present on the client's machine. -------------------- ![]() ![]() Things that I don't suck at: Photography (flickr, JPG Mag), "Don't bail; the best gold is at the bottom of barrels of crap!" -Randy Pausch I have people-skills goddamnit! What is wrong with you people!!! | www.skyrill.com |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 25th May 2013 - 10:37 PM |