Thanks.....
replace the boolean fields to a integer type and use
0 and 1.
greetings,
Rob Segerink
Jan wrote in message <3946a071$0$11...@bru5-newsr1.be.uu.net>...
Jan a écrit :
> I want to transfer DBase 7 tables to Interbase.
> The problem is that most of the tables uses 1 or more boolean - fields.
> Now, Interbase don 't support boolean, but the application use this
> boolean-fields
may be you should just create some domain in your interbase db so it anderstands
boolean the same way it does for db7
>
> very frequent.
> Is there a field-type in Interbase that I can read and write as AsBoolean in
> a Delphi-application?
>
> Thanks.....
--
Sébastien MERIC
Ste Galbord,
23 rue Edouard Nieuport
92150 Suresnes
tél (+33) 1 44 14 15
fax (+33) 1 44 01 03
Try to use IB Objects. (http://www.ibobjects.com). This excellent
product may emulate boolean columns by defining "true" and "false"
values for any domain. As example, you can define domain "tbool" as
integer, and <TIBODatabase.ColumntAttributes='boolean=tbool=1,0'>.
After this declaration, fields declared by "tbool" will be created as
TBooleanField.
--
Homepage: http://www.tfsoft.f2s.com (articles, freeware, shareware,
links)
E-Mail tfs...@hotmail.ru
Sent via Deja.com http://www.deja.com/
Before you buy.