Hy!

Nobody at the Java-DiscussionBoard can help me, maybe here is anybody ....

I want to connect to a ms-access-database.
I do this with the following connectString:
"jdbcdbc:IE_Developer;USER=user;SERVER:192.124.155.20", where IE_Developer is my System-DSN.
DriverClass:
"sun.jdbc.odbc.JdbcOdbcDriver".

If i trie it on MY workstation, everything works!
BUT if i trie it on an other workstation, it fails because of the driver, which is not installed on the other
machine. The errorMessage is the following->"No suitable driver".

So i want to trie it with the JDBC-Network-Driver-Modell (Three Tier).
BUT HOW CAN I DO THIS????????

Or if you have an other idea, PLEASE ...... HELP ME!

Thanks for helping and sorry for my english!
Robert Schardl