This is an automated response.
There were problems with the email commands you sent to Mailman via
the administrative address
<[EMAIL PROTECTED]>.
To obtain instructions on valid Mailman email commands, send email to
<[EMAIL PROTECTED]> with the word "help" in
the subject line or in the body of t
On 9/30/05, Uwe Voelker <[EMAIL PROTECTED]> wrote:
> Given this schema:
>
> CREATE TABLE `DATUM` (
>`ID` int(10) unsigned NOT NULL auto_increment,
>`DATUM` datetime NOT NULL default '-00-00 00:00:00',
>`DATUM2` date NOT NULL default '-00-00',
>PRIMARY KEY (`ID`)
> )
>
> I c
Hello John,
it's "the ugly" MySQL again ;-)
Given this schema:
CREATE TABLE `DATUM` (
`ID` int(10) unsigned NOT NULL auto_increment,
`DATUM` datetime NOT NULL default '-00-00 00:00:00',
`DATUM2` date NOT NULL default '-00-00',
PRIMARY KEY (`ID`)
)
I can not save a record witho