I've been using the jdbcdbc bridge driver to create an application that connects to an Access database. I'm deploying it using Web Start. When I run it on my local machine, it works fine. When I try it on a different machine, it looks for the DSN on that machine and doesn't find it. What I've read in this forum is that I need to get a different driver specifically for Access (or perhaps SQL Server, if I decide to port my data there). But I'm clueless about drivers. Can someone help me out with some step-by-step instructions about what type of driver to get, what it might cost, how to install it, etc.? Thanks, Chris
Chris, No special drivers are needed: the jdbc dbc driver should work fine. What you probably need to do is to configure an ODBC Data Source Name (DSN) on the other machine (the one that you say the application is not working on). The ODBC Data Source Administrator is in the Windows Control Panel. Junilu [This message has been edited by JUNILU LACAR (edited December 15, 2001).]