Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Interbase Question

Status
Not open for further replies.

123rest

MIS
Jun 16, 2000
15
IE
I'm trying to copy a paradox table into interbase, how can I convert
a paradox logical field in to interbase ?
 
By logical I'm assuming you mean a Boolean (True/False). When we converted applications from Paradox to Interbase we set up a user-defined data type of 1 character that only accepted the values of 'Y' and 'N' (defaulting the entry to 'N'). Hope that this helps.
Steve
 
When we did it, we actually just used a character because Delphi can do an AsBoolean on character type data.

Good luck!
TealWren
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top