Skip to Main Content

Java HotSpot Virtual Machine

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

SQLException - Function sequence error

843829Aug 8 2001 — edited Aug 21 2001
Receiving this SQLException when running. Onle gets exception when using new data files, files that have been tested before work corectly. The exact meesage is as follows:

java.sql.SQLException: [Microsoft][ODBC Driver Manager] Function sequence error
at sun.jdbc.odbc.JdbcOdbc.createSQLException(Unknown Source)
at sun.jdbc.odbc.JdbcOdbc.standardError(Unknown Source)
at sun.jdbc.odbc.JdbcOdbc.SQLColAttributes(Unknown Source)
at sun.jdbc.odbc.JdbcOdbcResultSet.getColAttribute(Unknown Source)
at sun.jdbc.odbc.JdbcOdbcResultSet.getColumnType(Unknown Source)
at sun.jdbc.odbc.JdbcOdbcResultSet.getMaxCharLen(Unknown Source)
at sun.jdbc.odbc.JdbcOdbcResultSet.getString(Unknown Source)
at DailyLoadBudget.loadPMStoBDG(DailyLoadBudget.java:613)
at DailyLoadBudget.main(DailyLoadBudget.java:1008)
SQL ERROR CODE = 0
SQL State CODE = S1010

Any ideas of where to start looking in the code to remoce exception?? Have never received this exception before so I am having problems as to where I start to look to fix the problem.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 18 2001
Added on Aug 8 2001
1 comment
1,909 views