search for: needbydate

Displaying 1 result from an estimated 1 matches for "needbydate".

2006 Jun 12
1
Transaction save?
...el obj and saves it into db. But then any ideas on why the Cr.create is not creating a record? if (a == b) then Cr.create( :id => vcr, :status => ''NEW'', :er => ''N'', :issuedate => Date.today, :needbydate => Date.today ) Crmapping.create( :k_id => found[0].id, :c_id => vcr, :sys_creation_date => Date.today ) end Since the first record was not created when executing the second I get error: Mysql::Error: #23000Cannot add or updat...