ROW-00054: Cannot load the library
- From: "Bryan Valencia" <borng.some_yahoo@xxxxxxxxxxxxxxx>
- Date: Mon, 11 Sep 2006 15:25:24 -0700
This is an app that I haven't touched in 2 years and now they want a change.
However, when I try to run it, I get the following error:
Project xyz.exe raised exception class EOleException with message
'ROW-00054: Cannot load the library
O/S-Error: (OS 126) The specified module could not be found'. Process
stopped. Use Step or Run to continue.
This is a D7 app using Oracle. the SQL it's running looks like this:
select nvl(max(e.version),0)+1 as version
from owner.eformtbl e
where e.lnkey = :LNKEY and e.formname = :FN
All the parameters are set correctly. I get the error when I try to set the
TADOQuery.active property to true.
Like I said this has been in production for several years without issue.
I can issue the same SQL through PL/SQL developer as the same user and all
is well.
.
- Follow-Ups:
- Re: ROW-00054: Cannot load the library
- From: Bryan Valencia
- Re: ROW-00054: Cannot load the library
- Prev by Date: Re: Connections with Gupta hangs
- Next by Date: Re: ROW-00054: Cannot load the library
- Previous by thread: Connections with Gupta hangs
- Next by thread: Re: ROW-00054: Cannot load the library
- Index(es):
Relevant Pages
|