Gossamer Forum
Home : Products : Others : MySQLMan :

Bug maybe?

Quote Reply
Bug maybe?
Playing with Sample database, I was able to dublicate my problem.

If I select colors black red and white (Just created a sample data)

It wokrks ok.

If I Modified the same data, and change it to black only it still works.

But If I try to deselect every color (ie data should be empty), it wont work, it keeps the last option.

I need to find a fix for this, since I am going to use checkboxes in my database, and I need to be able to give them an option to change the options back to Null (Or empty or deselect all check boxes)

Is this a bug, or did I miss something?

Thanks
Quote Reply
Re: [Suomi] Bug maybe? In reply to
What is the DATA TYPE of the column/attribute you are attempting to edit?

If you are going to have multiple values for an attribute, you should consider using another table to store those values as a 1->M connection, rather than storing multiple values in one column in one table...major violation of normal forms and proper relational database design.
========================================
Buh Bye!

Cheers,
Me
Quote Reply
Re: [Heckler] Bug maybe? In reply to
This is the Sample database I am talking about that comes with the DBMan... (built in sample with no modifications)



This post is in the wrong forum... my faultAngelic
Quote Reply
Re: [Suomi] Bug maybe? In reply to
Yes, it is...if you are talking about DBMAN, go to those forums..
========================================
Buh Bye!

Cheers,
Me