Diference between ADO and BDE
From: Eduardo Martinez (eduardom_at_nospamieqsa.com.mx)
Date: 09/29/04
- Next message: Ryan L. Schoolman: "XML"
- Previous message: Mario: "Automatic sp_prepare statement"
- Next in thread: Brian Bushay TeamB: "Re: Diference between ADO and BDE"
- Reply: Brian Bushay TeamB: "Re: Diference between ADO and BDE"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 29 Sep 2004 10:40:35 -0500
Delphi 7+Informix OLEDB Driver (SDK 7.31 TC2) + ADOConnection + ADOQuery
vs
Delphi 7 + BDE + Informix ODBC driver + TDatabase + TQuery
The same query (see below) with BDE returns 14024617 BUT with ADO the result
is 140. Just that. if I multiply by 2 (Sum(b.latas) * 2) then I get same
result in both.
Should I try to get the newest OLEDB for Informix or this is a know issue
with ADO or Delphi?
select sum(b.latas) from depaletizado a,consumo_lata b , disenos c
where a.consecutivo=b.consecutivo and a.diseno=c.diseno
and b.fechaieqsa between '07/01/2004' and '07/31/2004'
and c.producto='CLIG' and c.diseno BETWEEN '401' AND '429'
Thanks in advance
Eduardo Martinez
- Next message: Ryan L. Schoolman: "XML"
- Previous message: Mario: "Automatic sp_prepare statement"
- Next in thread: Brian Bushay TeamB: "Re: Diference between ADO and BDE"
- Reply: Brian Bushay TeamB: "Re: Diference between ADO and BDE"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|