I'm trying to insert into a MSSQL 2005 database via DAL. The insert fails (because I missed a column non-NULL with no default value). What bothers me a bit is that I don't seem to get an error message anywhere. The insert returns None rather than the ID which makes sense. I see nothing in sql.log. I have the feeling that I'm missing something.
-- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

