I use TINYINT.  it stores 0 for false and 1 for true.  I tried with enum,
but the communication with MS Access was not happening.  In Code you can
treat this as a Boolean and in the UI if you have checkboxes the values of 1
or 0 also work.

HTH.

JFercan
*** sql ***

-----Original Message-----
From: Angelo Carmo [mailto:angelocarmo@;horta.com.pt]
Sent: October 29, 2002 20:37
To: [EMAIL PROTECTED]
Subject: access2mysql data types



Hi people,

what is the best type to substitute the boolean type of msaccess tables.
Or mysql databases support the boolean type?

Angelo.

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail
<[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to