-- 
Dipl. Phys. Jörg SchlägerZitat von Bo Berglund <[email protected]>:

> On Mon, 24 Jan 2011 09:28:05 +0200, Graeme Geldenhuys
> <[email protected]> wrote:
>
>> Alternatively, add the SqlDB source path to your project, then when you
>> compile your project, it will compile the SqlDB code too - as if it was
>> part of your project source code.
>>
>
> Thanks, this was the simple way I have been looking for!
> Now that I did that the patch activated and I could see that it no
> longer barfs at the EXEC verb.
> Still only returns one record out of 4, though.

is it possible for you to do something like this ?

ii := 0;
Query1.open;
while not Query1.eof do
begin
iii := ii + 1;
Query1.next;
end;

then check ii.

In Delphi the behavour of Query1.recordcount with ODBC and MSsql is mystic

>
>
> --
> Bo Berglund
> Developer in Sweden
>
>
> --
> _______________________________________________
> Lazarus mailing list
> [email protected]
> http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
>


----------------------------------------------------------------
Dip. Phys. Jörg Schläger
Auftragsentwicklung Meßtechnik
www.jsdevelop.de
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to