Hi
>>Yes, I was trying to make an application to connect directly to an >>access database without having to configure the ODBC source each >>.time I take the application to another PC.
Unfortunately, that's the problem with Access as its a file so you might cannot configure it dynamically.
>>I'll try to use the Sun JDBC-ODBC bridge that you told me about, but
>>I still have a question ¿ Is it possible to configure de bridge by code ? >>I mean, write a java function witch detects that theres no JDBC->>ODBC source configurated and configure it by itself
For this one, I don't believe so. I'm no expert with JAVA so couldn't tell you for sure but maybe someone else might have the answer to that one