> Branko, > > You need to setup a DSN(Data Source Name) using the Data > Sources (ODBC) admin tool. After that you need to modify > your url, "jdbc:odbc:<<your DSN>>".
Would you be so kind to explain me, how can I make this setup, because I haven't used yet this admin tool and I don't even know where to look for.
This task is very easy, by means of Visual Studio.Net but in JAVA I steel can't get conected.
I don't know what OS you are running, so I will assume that you are on a Windows platform like myself. I am running Windows 2000. To get to the Data Sources (ODBC) Admin Tool, you need to do the following: Start -> Settings -> Control Panel -> Administrative Tools -> Data Sources (ODBC). This will launch the Microsoft ODBC Administrator console, which is the tool that I referenced in my initial post. Once the app loads you will see several tabs across the top, three of which have 'DSN' in the name. These are the tabs that are used to configure different types of DSNs: User, System and File. Actually configuring a DSN is a very straight forward process.
Once the DSN has been configured the name that you give it will be used in the url, "jdbc:odbc:<< you DSN>>".