Re: ROW-00054: Cannot load the library
- From: "Bryan Valencia" <borng.some_yahoo@xxxxxxxxxxxxxxx>
- Date: Mon, 11 Sep 2006 16:38:58 -0700
Found it.
Kind of...
I don't know why, but when I switched TADOQuery.LockType from ltReadOnly to
ltOptimistic it worked. Then I checged it back to ltReadOnly and it still
worked.
I thought I would update this in case anyone else sees this problem down the
line. I know there was precious little on the web about this error message
when I looked.
"Bryan Valencia" <borng.some_yahoo@xxxxxxxxxxxxxxx> wrote in message
news:4505e253@xxxxxxxxxxxxxxxxxxxxxxxxx
This is an app that I haven't touched in 2 years and now they want achange.
However, when I try to run it, I get the following error:the
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
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.
.
- References:
- ROW-00054: Cannot load the library
- From: Bryan Valencia
- ROW-00054: Cannot load the library
- Prev by Date: ROW-00054: Cannot load the library
- Next by Date: Re: OLE error 80040E21 reading BIGINT using AsFloat
- Previous by thread: ROW-00054: Cannot load the library
- Index(es):
Relevant Pages
|