sorry my BIG bug!
- From: "Filippo F." <filfor_no@xxxxxxxxxxx>
- Date: Thu, 25 May 2006 11:28:21 +0200
Sorry!
I found the errore... was my bug!
much sorry...
Filippo F. wrote:
Hello!.
I have a TADOTable named TOre. The index field is IDOra.
My code is
[...]
var counter,counterstr:integer;
begin
[...]
TOre.Open;
TOre.Last;
counter:=TOre.FieldByName('IDOra').asinteger;
counterstr:=StrToInt(TOre.FieldByName('IDOra').asString);
The fact is that I have always counter<>conterstr
and counter seems to be always 1!!! and it would be 62664 as counterstr is...
where's my error?
thanks in advance!
Filippo
_____________________________________
Filippo Forlani
web page: http://filfox.homelinux.net
- References:
- BDS2006 - asinteger conversion has a bug?
- From: Filippo F.
- BDS2006 - asinteger conversion has a bug?
- Prev by Date: BDS2006 - asinteger conversion has a bug?
- Next by Date: Re: how to show that there is a detail record
- Previous by thread: BDS2006 - asinteger conversion has a bug?
- Index(es):