>How can I sign in the (ODBC)System DSN My database (Driver = MS Acess
>(mdb))?
>Can I sign it in some java class ? How ...?
You mean register your driver as one of the official ones?
If you can't find the docs, do a search of all the sun files for the
name of some other driver you know to be registered.

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
> How can I sign in the (ODBC)System DSN My database (Driver = MS Acess
> (mdb))?
> Can I sign it in some java class ? How ...?
> ___________________
> Kobzarev Ivan
> berje@yandex.ru
Try a DSN-LESS connection. I think this may be what you'r looking for.
Hal Rosser - 04 Dec 2005 01:54 GMT
> > How can I sign in the (ODBC)System DSN My database (Driver = MS Acess
> > (mdb))?
[quoted text clipped - 4 lines]
>
> Try a DSN-LESS connection. I think this may be what you'r looking for.
Here's a link to an example
http://www.codecomments.com/archive248-2005-10-627388.html
kobzarev - 04 Dec 2005 18:32 GMT
Yes Very 10x. It's relly work. And it's also what I want! Very 10x