Re: Microsoft Access DB Driver for JDBC
- From: Thomas Kellerer <NNGNVRDSJEBN@xxxxxxxxxxxxx>
- Date: Tue, 10 May 2005 09:08:40 +0200
On 10.05.2005 09:05 James Croft wrote:
> Jsnail wrote:
>
>> Does any body know of any freeware ms access drivers for jdbc that
>> allow direct access to an ms access db. The jdbc odbc bridge works but
>> i dont know how to dynamically add odbc data connections in windows
>> (Some code to do this would also help).
>>
>
> I don't know of any classes for manipulating the registry (I'm new to
> Java). But I've created DSNs on the fly with C# by manipulating the
> registry keys under:
>
> HKEY_LOCAL_MACHINE\SOFTWARE\ODBC
>
> If you can find a Java class for registry manipulation coding this is
> straight forward enough. Create a DSN manually and take a look at the
> changes under that reg key.
You don't need a DSN for accessing Access DBs (or other ODBC connections).
Google for "DSN less connection java"
http://www.google.com/search?hl=en&q=dsn+less+connection+odbc+java&btnG=Google+Search
Thomas
.
- Follow-Ups:
- Re: Microsoft Access DB Driver for JDBC
- From: Jsnail
- Re: Microsoft Access DB Driver for JDBC
- From: James Croft
- Re: Microsoft Access DB Driver for JDBC
- References:
- Microsoft Access DB Driver for JDBC
- From: Jsnail
- Re: Microsoft Access DB Driver for JDBC
- From: James Croft
- Microsoft Access DB Driver for JDBC
- Prev by Date: Re: Microsoft Access DB Driver for JDBC
- Next by Date: Re: toArray() of a map values
- Previous by thread: Re: Microsoft Access DB Driver for JDBC
- Next by thread: Re: Microsoft Access DB Driver for JDBC
- Index(es):
Relevant Pages
|