The Artima Developer Community
Sponsored Link

Legacy Java Answers Forum
November 2000

Advertisement

Advertisement

This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.

Message:

DsnLess Query

Posted by Sridar Santhanam on December 04, 2001 at 1:08 PM

>
> > > > Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
> > > > String myDB = "jdbc:odbc:Driver={Microsoft Access Driver (*.mdb)};DBQ=C:/data/month.MDB";
> > > > DBConn = DriverManager.getConnection(myDB,"","");

> Hi

> I try it out
> but it throw one exception

> like

> java.sql.SQLException: [Microsoft][ODBC Driver Manager] Data source name too long.

> Please suggest me
> what to do

> Jaiwardhan

Hai,
I too facing the same problem.Did u get any solution for this problem.If so please let me know.
Sridar.S






Replies:
  • JDBC JDBC December 08, 2001 at 5:56 PM (0)

Sponsored Links



Google
  Web Artima.com   
Copyright © 1996-2009 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use - Advertise with Us