Board index » delphi » BDE 5.11, Oracle 8.0.5 - Select/Update is wrong

BDE 5.11, Oracle 8.0.5 - Select/Update is wrong

I just upgraded to BDE 5.11 and ran into a severe problem:

select * from ttmaterialdescription where matid=26582

returns in the SQl Worksheet:

MATID      LANGUAGEID DESCRIPTION
---------- ---------- ------------------------------------------------------
--------------------------
     26582          1 WV.KL.SUPPE M.GEMUS.1X30FS
     26582          2
2 Zeilen ausgew?hlt

whereas in the sql explorer

     26582          1
     26582          2
If I enter a value in the second line for the description, the value for the
first line is retrieved too.

Does anybody know, what is going on here?

--
dato Denkwerkzeuge - Bernd Maierhofer
Corneliusgasse 4/5
A-1060 Wien , Austria
supp...@dato.at

 

Re:BDE 5.11, Oracle 8.0.5 - Select/Update is wrong


Do you have more information?
- Table definition (data types)?
- Oracle server and client both 8.0.5?
- What do you mean by 'upgraded'?
  Did you have BDE 5.10?
- Did the problem not occur before upgrading?
And further whatever you think is relevant.

Ruud

Re:BDE 5.11, Oracle 8.0.5 - Select/Update is wrong


Going back to the last SqlOra.dll solved the problem.

dato Denkwerkzeuge - Bernd Maierhofer
Corneliusgasse 4/5
A-1060 Wien , Austria
supp...@dato.at

Bernd Maierhofer schrieb in Nachricht <8dk5ar$5...@bornews.borland.com>...

Quote
>I just upgraded to BDE 5.11 and ran into a severe problem:

>select * from ttmaterialdescription where matid=26582

>returns in the SQl Worksheet:

>MATID      LANGUAGEID DESCRIPTION
>---------- ---------- -----------------------------------------------------
-
>--------------------------
>     26582          1 WV.KL.SUPPE M.GEMUS.1X30FS
>     26582          2
>2 Zeilen ausgew?hlt

>whereas in the sql explorer

>     26582          1
>     26582          2

>If I enter a value in the second line for the description, the value for
the
>first line is retrieved too.

>Does anybody know, what is going on here?

>--
>dato Denkwerkzeuge - Bernd Maierhofer
>Corneliusgasse 4/5
>A-1060 Wien , Austria
>supp...@dato.at

Re:BDE 5.11, Oracle 8.0.5 - Select/Update is wrong


I have similar problem. My query is 5 tables with outerjoins produces
correct result in Oracle SQL Plus but wrong result in SQL Explorer or DB
Desktop. I tried to switch the driver but it did not solve my problem.

Alex

Quote
Bernd Maierhofer wrote in message <8dk5ar$5...@bornews.borland.com>...
>I just upgraded to BDE 5.11 and ran into a severe problem:

>select * from ttmaterialdescription where matid=26582

>returns in the SQl Worksheet:

>MATID      LANGUAGEID DESCRIPTION
>---------- ---------- -----------------------------------------------------
-
>--------------------------
>     26582          1 WV.KL.SUPPE M.GEMUS.1X30FS
>     26582          2
>2 Zeilen ausgew?hlt

>whereas in the sql explorer

>     26582          1
>     26582          2

>If I enter a value in the second line for the description, the value for
the
>first line is retrieved too.

>Does anybody know, what is going on here?

>--
>dato Denkwerkzeuge - Bernd Maierhofer
>Corneliusgasse 4/5
>A-1060 Wien , Austria
>supp...@dato.at

Re:BDE 5.11, Oracle 8.0.5 - Select/Update is wrong


I strongly urge anyone using Oracle 8 to use Direct Oracle Access
(www.allroundautomations.nl).  It will solve all your problems, and do
away with  the BDE.

JP

Other Threads