Jump to content

Disable blanc inputs


Maurice

Recommended Posts

Hi all,just one small question. How can I block MySQL from inserting empty records in a table?Thanks very much. :) Maurice

Link to comment
Share on other sites

a combination of client side and server side scripting with required fields, etc.just define some rules that you want for your data and make sure the application follows them.use "transaction" calls to ensure you do not create orphaned records too.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...