DOAC 5.80.040 for BCB5 TOraQuery->SQL.Strings Error?

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
herbert
Posts: 17
Joined: Sun 08 Oct 2006 19:36
Location: Taipei,Taiwan

DOAC 5.80.040 for BCB5 TOraQuery->SQL.Strings Error?

Post by herbert » Fri 09 Mar 2007 06:57

While I install DOAC 5.80.040 OraProvider package with BCB5,
error message as below:
Can't find program entry @Crxml@Finalization$qqrv (in dynamic library DAC50.BPL).
Can't load package c:\program files\borland\cbulder5\Bin\oraprov50.bpl.
Can't find desirable procedure.

While I test my BCB5 project with DOAC 5.80.040, link ok, but can't run.
Error message as below:
Error reading QRY_A->SQL.Strings: Access violation at address 00344DA9 in module 'DAC50.BPL'.
Read of address 00000000.

Would you can telling me, what's wrong ? I am wating the answer since 2007/02/21 to now!

Best regards,
Herbert Chang, Taipei, Taiwan.

Challenger
Devart Team
Posts: 925
Joined: Thu 17 Nov 2005 10:53

Post by Challenger » Mon 12 Mar 2007 08:38

You get this error because ODAC 6.00 was not properly uninstalled. Please try to install ODAC 6.00 with the "/force" key (odac5.exe /force) and then uninstall it. Or you can uninstall ODAC 5.80 and make sure that the dac50.bpl and odac50.bpl files are removed form the Windows\System32 folder. After that you can install ODAC 5.80 again.

herbert
Posts: 17
Joined: Sun 08 Oct 2006 19:36
Location: Taipei,Taiwan

Post by herbert » Thu 15 Mar 2007 16:08

Sorry, after install odac6 /force and uninstall it, then install orac5 /force, it's still can't work.
I must compile \Odac\Lib\Oraprov50.bpk (miss files: Oraprov50.res, Oraprovider.pas) and overwrite \Bin\Oraprov50.bpl,
then I can install Oraprovider package.

But my project still occur the same error:
Error reading QRY_A->SQL.Strings: Access violation at address 00344DA9 in module 'DAC50.BPL'.
Read of address 00000000.

Should I uninstall BCB5 then reinstall it and Odac again ?

Best regards,
Herbert Chang, Taipei, Taiwan.

Challenger
Devart Team
Posts: 925
Joined: Thu 17 Nov 2005 10:53

Post by Challenger » Fri 16 Mar 2007 13:56

We reproduced and fixed the problem with OraProvider. But we couldn't reproduce the problem with access violation. Please describe the problem more detailed.

herbert
Posts: 17
Joined: Sun 08 Oct 2006 19:36
Location: Taipei,Taiwan

Post by herbert » Sun 18 Mar 2007 06:00

I don't know what's wrong.
While my MDI child form create (QRY_A is the query on child form), the error occurs.
May be the MyQuery (inherit from TOraQuery) or TzebdbGrid make this error.
But they are working well when MyQuery inherit from TQuery (Borland DBE Base).

Best regards.

Challenger
Devart Team
Posts: 925
Joined: Thu 17 Nov 2005 10:53

Post by Challenger » Mon 19 Mar 2007 11:26

Please send to ODAC support address complete sample that demonstrates this problem.

Post Reply