Can you point me to the site where I could get the drivers?
I have used jdbc dbc drivers before but they are installed on the m/c where the Access DB is. My problem now is one m/c is using Linux and the other is Windows.
Madhav Lakkapragada
Ranch Hand
Joined: Jun 03, 2000
Posts: 5040
posted
0
i would first start with Sun website and look around JDBC. http://java.sun.com - satya
You should note though that Access is too much of a lightweight to do more than experiment with for Internet purposes, though. For serious work you'd be better off putting the data into a MySQL or PostgreSQL database on the Linux machine. These DBMS's can be accessed from the Windows machines using ODBC, etc.
Customer surveys are for companies who didn't pay proper attention to begin with.
Mark Leong
Ranch Hand
Joined: Dec 11, 2000
Posts: 60
posted
0
My Access DB is really very light - couple of hunderds of records. Even if I want to transfer the data to Postgres, I would like to know how to access it without running ASP or other related technology on the Assess db m/c. I could mount the Windows drive to the Linux m/c. But after that how do I setup the ODBC drivers?
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.