Kbase P101213: Calling Stored Procedure with OpenEdge 10.0B on Windows
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/16/2008 |
|
Status: Unverified
FACT(s) (Environment):
OpenEdge 10.0B
Windows XP
SYMPTOM(s):
Calling Stored Procedure with OpenEdge 10.0B on Windows
Using functions TextBoxSaldo0purr.Text = odbcCommand.ExecuteScalar().ToString();
Exception Details: System.Data.Odbc.OdbcException: ERROR [HY000] [DataDirect][ODBC OPENEDGE driver][OPENEDGE]Failed during dynamic load of Java dynamic library. Reason = [126]The specified module could not be found. [jvm].
The "Test Connection" from the MS ODBC Data Source Administrator works with no errors.
CAUSE:
The Stored Procedure does not exist.
FIX:
Use a Stored Procedure that exist.