Re: Advice requested regarding Access database in Java
From: Bjorn Abelli (DoNotSpam.bjorn_abelli_at_hotmail.com)
Date: 02/24/04
- Previous message: Will: "Re: data bound controls, input mask control?"
- In reply to: Lin DeNoyer: "Re: Advice requested regarding Access database in Java"
- Next in thread: Lin DeNoyer: "Re: Advice requested regarding Access database in Java"
- Reply: Lin DeNoyer: "Re: Advice requested regarding Access database in Java"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 24 Feb 2004 21:51:37 +0100
"Lin DeNoyer" wrote...
> Also, I wonder if each student would need a copy of
> Access if we stick with Access as our DB. Or can
> each student access the Access DB through Java?
AFAIK, the JET-database in Access would still be accessible through the
ODBC-driver/JDBC-ODBC-bridge, even if MS Access in itself isn't installed,
but...
> In fact, thinking about it, I could quite easily
> provide all the database info separately, for
> inserting into a new database if a different DB
> structure is more universal. We intend that the
> database + Java interface be available for
> Linux as well as PCs.
I wouldn't say that the structure of DB is much less universal than any
other. As most DBs today it conforms to most of standard SQL-92, which I
would say is a minimum of "universality"...
But, if you *still* want each student/researcher to have his/her own copy of
the database, even on different platforms, then Access maybe shouldn't be
your primary choice in the long run...
In that case you should be looking for a DB that can run on both platforms,
such as the Java-based ones.
Another choice I come to think of is whether they are connected to a
network, where you can have a DB-server running. Each student/researcher
could still have his/her own space on that.
Now I'm up to 4c... :-)
// Bjorn A
- Previous message: Will: "Re: data bound controls, input mask control?"
- In reply to: Lin DeNoyer: "Re: Advice requested regarding Access database in Java"
- Next in thread: Lin DeNoyer: "Re: Advice requested regarding Access database in Java"
- Reply: Lin DeNoyer: "Re: Advice requested regarding Access database in Java"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|