| Author |
Unsatisfied LinkError
|
Gaurav Chikara
Ranch Hand
Joined: Jun 09, 2000
Posts: 410
|
|
Has anyone dealt with java.lang.UnsatisfiedLinkError:SQLBindChar where SQLBindChar is a explanatory message for the error Actually I am getting the error Unable to load database meta data for columns in table: DB2MPRD.LGL_DEPT. Please make sure the table exists and is accessible. COM.ibm.db2.jdbc.DB2Exception: [IBM][CLI Driver][DB2] SQL0443N Routine "SQLCOLUMNS" (specific name "SQLCOLUMNS") has returned an error SQLSTATE with diagnostic text "SQLCODE=-805 DSN.DSNASPCC.DSN". SQLSTATE=38112 during my server startup and somehow server starts but when I clink on any hyperlink that is supposed to retrive data I get the above error I searched for word SQLBindChar in all existing code but it seems it really is a message that means something Can any java gurus throw some llight on this issue if possible Thanks in advance :roll:
|
SCJP,SCWCD,SCBCD<br />If Opportunity doesn't knock then build the door
|
 |
 |
|
|
subject: Unsatisfied LinkError
|
|
|