Re: Aggregate Functions
From: Brian Bushay TeamB (BBushay_at_Nmpls.com)
Date: 05/08/04
- Next message: Brian Bushay TeamB: "Re: Get List of MS SQL Servers"
- Previous message: Andrew: "Re: Windows 2000 Server OS/MDAC Update Causes Applications Containing TADOCommand Objects To Fail"
- In reply to: Harry May: "Re: Aggregate Functions"
- Next in thread: Vitali Kalinin: "Re: Aggregate Functions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 07 May 2004 21:03:34 -0500
>Note that this error only occurs when I am using Delphi to step thru the
>program. I have kept the code simple:
>
>With DM.ADOQuery3 do
I see that Vitals suggestion worked for you.
My advice is use a TadoDataset instead of a TadoQuery.
TadoQuery was intended only for a quick conversion from Tquery and there is
unnecessary overhead in adding Strings to the SQL statement.
-- Brian Bushay (TeamB) Bbushay@NMPLS.com
- Next message: Brian Bushay TeamB: "Re: Get List of MS SQL Servers"
- Previous message: Andrew: "Re: Windows 2000 Server OS/MDAC Update Causes Applications Containing TADOCommand Objects To Fail"
- In reply to: Harry May: "Re: Aggregate Functions"
- Next in thread: Vitali Kalinin: "Re: Aggregate Functions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|