SQLException - Function sequence error
843829Aug 8 2001 — edited Aug 21 2001Receiving 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.