 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Andreas Voßloh Guest
|
Posted: Tue Aug 22, 2006 1:17 am Post subject: Strange exception on SQL-Statement |
|
|
Hello,
I use the following SQL-Statement to get the price information on each
delivery from the adjacent order:
select "O"."PRICE","L"."PCS","A"."PRICETYPE" FROM DELIVERY.DBF L JOIN
ORDER.DBF A ON "A"."COMMNR" = "L"."COMMNR"
This worked al long time but now ist throws the
Exception on Adress 00000000. Read from Adress 00000000
Even if i put this statement into the Database-Explorers SQL Editor I get
the sam exception.
What ma be the cause. I already rorganized both tables and had a look on the
databases. Everything seems to be fine.
Can anybody help me?
Andreas
P.S.: I am still using Delphi 5... |
|
| Back to top |
|
 |
Mike Shkolnik Guest
|
Posted: Tue Aug 22, 2006 1:38 am Post subject: Re: Strange exception on SQL-Statement |
|
|
Maybe your table and/or index are corrupted.
Can you fetch all records from DELIVERY.DBF and ORDER.DBF (without any
join)?
--
With best regards, Mike Shkolnik
E-mail: mshkolnik (AT) scalabium (DOT) com
WEB: http://www.scalabium.com
"Andreas Voßloh" <privat (AT) nospam_vossloh (DOT) biz> wrote in message
news:44ea14d5 (AT) newsgroups (DOT) borland.com...
| Quote: | Hello,
I use the following SQL-Statement to get the price information on each
delivery from the adjacent order:
select "O"."PRICE","L"."PCS","A"."PRICETYPE" FROM DELIVERY.DBF L JOIN
ORDER.DBF A ON "A"."COMMNR" = "L"."COMMNR"
This worked al long time but now ist throws the
Exception on Adress 00000000. Read from Adress 00000000
Even if i put this statement into the Database-Explorers SQL Editor I get
the sam exception.
What ma be the cause. I already rorganized both tables and had a look on
the
databases. Everything seems to be fine.
Can anybody help me?
Andreas
P.S.: I am still using Delphi 5...
|
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|