Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

AW: ODBC-JDBC bridge, and ODBC configuration


  • From: xsilly@xxxxxxx (Thomas Eichberger)
  • Subject: AW: ODBC-JDBC bridge, and ODBC configuration
  • Date: Mon, 28 Feb 2000 10:49:21 +0100

Windows NT: control panel --> ODBC -->
Create a new system DNS (enter a short name for your odbc source, e.g.
xyx) and select your Access database.

in Java:
Class.forName( "sun.jdbc.odbc.JdbcOdbcDriver" );
data source: jdbc:odbc:xyz


------------------------------------------------------
Firma Thomas Eichberger - Software und Schulungen

A-1230 Vienna, Austria    phone/fax/box: +43-1-8861685
http://www.java.at        e-mail: webmaster@xxxxxxx

> -----Ursprüngliche Nachricht-----
> Von: Jose Maria Gomez Hidalgo [mailto:jmgomez@xxxxxxxxxxxxxxxx]
> Gesendet: Montag, 28. Februar 2000 10:43
> An: advanced-java@xxxxxxxxxxxxxxxx
> Betreff: ODBC-JDBC bridge, and ODBC configuration
>
>
> Dear all
>
> I am working on a project that requires to access to a MS
> Access database.
> A friend has told me that I have to configure ODBC, and to install a
> JDBC/ODBC bridge. I know how to work with JDBC, but some help
> on the other
> two topics is wellcome. Pointers to detailed description of the
> installation and configuration process?
>
> Thanx
>
> 	Jose Maria
>
> ---
> To unsubscribe, mail advanced-java-unsubscribe@xxxxxxxxxxxxxxxx
> To get help, mail advanced-java-help@xxxxxxxxxxxxxxxx


---
To unsubscribe, mail advanced-java-unsubscribe@xxxxxxxxxxxxxxxx
To get help, mail advanced-java-help@xxxxxxxxxxxxxxxx