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:

Code is Not working

Posted by Jaiwardhan on August 28, 2001 at 9:22 AM


> > > 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





Replies:

Sponsored Links



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