Does anyone what the following error means?
Message: Error retrieving error information
SQLState: S1000
Vendor: -17
at java.awt.EventDispatchThread****n(EventDispatchThre ad.java:85)
java.sql.SQLException: Error retrieving error information
at com.pervasive.jdbc.lna.LNAObject.getErrors(LNAObje ct.java:224)
at com.pervasive.jdbc.lna.LNAObject.getErrors(LNAObje ct.java:152)
at com.pervasive.jdbc.lna.LNAObject.checkError(LNAObj ect.java:244)
at com.pervasive.jdbc.lna.LNAEnvironment.connect(LNAE nvironment.java:95)
at com.pervasive.jdbc.v2.Connection.<init>(Connection .java:79)
at com.pervasive.jdbc.v2.Driver.connect(Driver.java:5 1)
at java.sql.DriverManager.getConnection(DriverManager .java:517)
at java.sql.DriverManager.getConnection(DriverManager .java:146)
at DBSample.mBtConnect_Clicked(DBSample.java:155)
at DBSample.handleEvent(DBSample.java:398)