Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_java thread: creating DSN on the fly


Message #1 by "rgsiva" <rghsiva@e...> on Fri, 27 Apr 2001 07:25:35 +0530
rgsiva wrote:

> Hi Gurus
> Is it possible to create DSN on the fly.ie normally for accesing MS-Access
> database using JDBC we will be creating a system DSN thro control
> panel-->odbcSources.  Instead can we create it thro' java code.How
> Thanks in advance
> with regards
> Jothi
>
>
Hi,

I used VC++ registry API to set up ODBC in windows registry. Java may have
wrapper classes to do so too. Wish it helpful. Good luck.


  Return to Index