[PHP-DB] the SET datatype

2001-02-09 Thread spider

I have a little MySQL related problem...

The column A.1 is using the SET datatype. I want the possible values of
A.1 to be any value(s) of column B.1
I could of cause manually enter the values of B.1 when I create A.1, but
I want the possible values of A.1
to change as table B changes. Is there anyway of doing this?

Please help?

[EMAIL PROTECTED]


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DB] the SET datatype

2001-02-09 Thread Bob Hall

I have a little MySQL related problem...

The column A.1 is using the SET datatype. I want the possible values of
A.1 to be any value(s) of column B.1
I could of cause manually enter the values of B.1 when I create A.1, but
I want the possible values of A.1
to change as table B changes. Is there anyway of doing this?

Please help?

[EMAIL PROTECTED]

No sir. The members of the SET have to be entered as constant values 
in the column definition.

Bob Hall

Know thyself? Absurd direction!
Bubbles bear no introspection. -Khushhal Khan Khatak

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]