I have a Windows 2000 server and a
JDBC driver is installed there. On my local PC that uses Windows XP, the same kind JDBC driver can not be succesfully installed. So I am wondering --- Can I map a local drive to 2000 server's JDBC driver directory, and in my
java code running on my PC, I specify the JDBC driver as the remote one installed on the 2000 server ?
Furthermore, the real database is installed on Unix box.
So, will this work ?
thanks,
frank