EDatabaseError possible Delphi bug???
From: Piedro Mazolo (pmazolo_at_hotmail.com)
Date: 06/26/04
- Next message: Piedro Mazolo: "Re: EDatabaseError possible Delphi bug???"
- Previous message: copas2_at_freemail.hu: "Re: Record not found or changed by another user. How to solve it?"
- Next in thread: Piedro Mazolo: "Re: EDatabaseError possible Delphi bug???"
- Reply: Piedro Mazolo: "Re: EDatabaseError possible Delphi bug???"
- Reply: Andrew: "Re: EDatabaseError possible Delphi bug???"
- Reply: Brian Bushay TeamB: "Re: EDatabaseError possible Delphi bug???"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 26 Jun 2004 13:01:20 +0200
Hi!
I am getting a really strange EDataBaseError..."Cannot access filed xxx as
integer."
in the Access database:
zzz boolean
yyy boolean
xxx boolean
the error comes when I try
ADODATASET.Edit;
test:=ADODATASET.FieldByName('xxx').Asboolean;
ADODATASET.FieldByName('xxx').Asboolean:=True; // --> EDataBaseError
the really strange thing is that I can READ xxx asboolean, and yyy and zzz I
can even WRITE without getting this error!!!
Is this me doing something wrong, a Delphi bug, or could the program in
someway corrupt itself...? The database looks OK and works fine in Access...
I am using D7 and Access 2000.
Rgds
/P.M.
- Next message: Piedro Mazolo: "Re: EDatabaseError possible Delphi bug???"
- Previous message: copas2_at_freemail.hu: "Re: Record not found or changed by another user. How to solve it?"
- Next in thread: Piedro Mazolo: "Re: EDatabaseError possible Delphi bug???"
- Reply: Piedro Mazolo: "Re: EDatabaseError possible Delphi bug???"
- Reply: Andrew: "Re: EDatabaseError possible Delphi bug???"
- Reply: Brian Bushay TeamB: "Re: EDatabaseError possible Delphi bug???"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|