| Author |
Error in Automatic Creation of ODBC Data Source
|
gayathri murugesan
Ranch Hand
Joined: Dec 21, 2009
Posts: 32
|
|
i m getting ';' expected
please help
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32708
|
|
|
Which line is it on? Is it the line with the + missing before System.getProperty?
|
 |
gayathri murugesan
Ranch Hand
Joined: Dec 21, 2009
Posts: 32
|
|
thanks .i corrected that one. but now when i run i m getting
java.sql.SQLException: [Microsoft][ODBC Microsoft Access Driver] Could not find
file '(unknown)'.
at sun.jdbc.odbc.JdbcOdbc.createSQLException(Unknown Source)
at sun.jdbc.odbc.JdbcOdbc.standardError(Unknown Source)
at sun.jdbc.odbc.JdbcOdbc.SQLDriverConnect(Unknown Source)
at sun.jdbc.odbc.JdbcOdbcConnection.initialize(Unknown Source)
at sun.jdbc.odbc.JdbcOdbcDriver.connect(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
at Test.main(Test.java:11)
the code
|
 |
 |
|
|
subject: Error in Automatic Creation of ODBC Data Source
|
|
|