If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Delphi, C etc > boolean in MySQL

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-07-03, 05:06
swiatlo swiatlo is offline
Registered User
 
Join Date: Jul 2003
Posts: 4
boolean in MySQL

I have finished application (Builder C++) useing BDE and Paradox table. After all I wanted to change engine to other. It is MySQL + ODBC. Now there is no more suport for SQL statements like:
"select * from TableName"
"where record_saved = true"

record_saved is ftBoolean type. MySQL returns error:
>> true - invalid column name<<.

ftBoolean is converted to TINYINT(1).
How can I overcome this, and make my app to work with no big changes. Is there an interface I can modyfy 'true -> 0' ?
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On