On Thursday 13 March 2003 20:27, Steve Holt wrote: > I am linking an MS Access front end to MYSQL on the back with ODBC > If I open the table I can enter a value in the course name field only which > is the primary key > and it will save the record even though I have not entered values in the > fields set up as NOT NULL > I have an ODBC trace file but it seems quite large to post to the list
MySQL will store default value instead of NULL and it's a known behaviour: http://www.mysql.com/doc/en/Design_Limitations.html -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ / Egor Egorov / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net <___/ www.mysql.com --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php