I had sucessfully connected the openedge database named 'sports.db' using connection profile tool of Sonic workbench 8.0. When i'm trying to execute sql query like 'select * from ccustomer' then it will throws an exception as,
java.sql.SQLException: [DataDirect][OpenEdge JDBC Driver][OpenEdge] Table/View/Synonym not found (7519)
at com.ddtek.jdbc.openedge.client.OpenEdgeClientRequest.prepareProcessReply(Unknown Source)
at com.ddtek.jdbc.openedge.client.OpenEdgeClientRequest.prepare(Unknown Source)
at com.ddtek.jdbc.openedge.OpenEdgeImplStatement.prepare(Unknown Source)
at com.ddtek.jdbc.openedge.OpenEdgeImplStatement.execute(Unknown Source)
at com.ddtek.jdbc.openedgebase.BaseStatement.commonExecute(Unknown Source)
at com.ddtek.jdbc.openedgebase.BaseStatement.executeInternal(Unknown Source)
at com.ddtek.jdbc.openedgebase.BaseStatement.execute(Unknown Source)
at net.sourceforge.sqlexplorer.sqlpanel.SqlExecProgress.processQuery(SqlExecProgress.java:173)
at net.sourceforge.sqlexplorer.sqlpanel.SqlExecProgress.run(SqlExecProgress.java:102)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
What could be the solution and what should i do?
Thanks,
Dinesh