in reply to Re: Problems inserting values in mysql database
in thread Problems inserting values in mysql database

The DEFAULT keyword usually just specifies that a column should take on its default value. DEFAULT is a reserved work in mysql...should be OK.
chas
  • Comment on Re^2: Problems inserting values in mysql database

Replies are listed 'Best First'.
Re^3: Problems inserting values in mysql database
by cowboy (Friar) on Mar 19, 2005 at 05:45 UTC
    Thanks, I wasn't aware of the DEFAULT option.
      Thanks alot guys, got it working in the end, ive never come across putting ? where i would normally put the values. Works great