in reply to Re: Re: Updating a new column entry for CGI::Session 'sessions' table
in thread Updating a new column entry for CGI::Session 'sessions' table

I was refering to the value that is in user_id in the database when you try to update it, not the value you are trying to insert.

--tidiness is the memory loss of environmental mnemonics

  • Comment on Re: Re: Re: Updating a new column entry for CGI::Session 'sessions' table
  • Download Code

Replies are listed 'Best First'.
Re: Re: Re: Re: Updating a new column entry for CGI::Session 'sessions' table
by soon_j (Scribe) on Mar 25, 2004 at 14:26 UTC
    The column was defined as NOT NULL and the default was set to 0.