Back to the month index |
Back to the list index
|
Thomas E. Davis (ted@hotoffice.com)
Thu, 09 Jan 1997 20:10:36 -0500
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
- Next message: Ross Mack: "[mSQL] importing Data with delimiters"
- Previous message: Peter Samuel: "Re: [mSQL] Blobs in 2.0?"
- Next in thread: Christopher Seawood: "Re: [mSQL] Reiteration of NULL problem..."
- Reply: Christopher Seawood: "Re: [mSQL] Reiteration of NULL problem..."
- Reply: Ray Zimmerman: "Re: [mSQL] Reiteration of NULL problem..."
- Reply: Ray Zimmerman: "Re: [mSQL] Reiteration of NULL problem..."
- Reply: Eric Warnke: "Re: [mSQL] Reiteration of NULL problem..."
Message-Id: <3.0.32.19970109201032.00909b30@mailhost.hotoffice.com> Date: Thu, 09 Jan 1997 20:10:36 -0500 From: "Thomas E. Davis" <ted@hotoffice.com> Subject: [mSQL] Reiteration of NULL problem...i've seen at least three people mention this problem... but nobody has
offered a solution... notice that BOTH statements are exactly the same...
but the error message is different! :-)
drumline@alcatraz>/usr/local/Hughes/bin/msql drumline
Welcome to the miniSQL monitor. Type \h for help.
mSQL > INSERT INTO Users ( UserID, Password, Email, FirstName, LastName,
TimeCreated )
-> VALUES ( 32, 'jfjfjf', 'ted@hotoffice.com', 'Thomas E.', 'Davis',
852858247 )
-> \g
ERROR : Field "Password" cannot be null
mSQL > INSERT INTO Users ( UserID, Password, Email, FirstName, LastName,
TimeCreated )
-> VALUES ( 32, 'jfjfjf', 'ted@hotoffice.com', 'Thomas E.', 'Davis',
852858247 )
-> \g
ERROR : Field "LastName" cannot be null
mSQL > \q
Bye!
-- Thomas E. Davis, Software Engineer <ted@hotoffice.com> HotOffice Technologies, http://www.hotoffice.com/ -------------------------------------------------------------------------- To remove yourself from the Mini SQL mailing list send a message containing "unsubscribe" to "unsubscribe" to msql-list-request@bunyip.com. Send a message containing "info msql-list" to majordomo@bunyip.com for info on monthly archives of the list. For more help, mail owner-msql-list@bunyip.com NOT the msql-list!
- Next message: Ross Mack: "[mSQL] importing Data with delimiters"
- Previous message: Peter Samuel: "Re: [mSQL] Blobs in 2.0?"
- Next in thread: Christopher Seawood: "Re: [mSQL] Reiteration of NULL problem..."
- Reply: Christopher Seawood: "Re: [mSQL] Reiteration of NULL problem..."
- Reply: Ray Zimmerman: "Re: [mSQL] Reiteration of NULL problem..."
- Reply: Ray Zimmerman: "Re: [mSQL] Reiteration of NULL problem..."
- Reply: Eric Warnke: "Re: [mSQL] Reiteration of NULL problem..."