RE: Validations

2003-03-30 Thread Mike Brum
t: Re: Validations I don't think Validation is possible. Look up ENUM, which is very different, but just might help you a little. - Original Message - From: "warm-fusion" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, March 30, 2003 5:25 PM Subject: Val

Re: Validations

2003-03-30 Thread Bhavin Vyas
I don't think Validation is possible. Look up ENUM, which is very different, but just might help you a little. - Original Message - From: "warm-fusion" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, March 30, 2003 5:25 PM Subject: Validations >

Validations

2003-03-30 Thread warm-fusion
Hi, I'm a newbie to MySQL, and I'm wondering whether there is any way to set validations on acceptable field values when using the 'create table()' etc. statements? I've performed a (most cursory) search of the documentation, but that didn't turn up anything