We have a need to write to several tables and wanted to know how others typically handle this. As far as ODBC and cloverleaf, I have not done much, but was concerned with the possibility of tables getting out of sync if for some reason some tables were accessible while others were not or if we lost connectivity to the database while involved with writing the tables.
We are considering using a stored procedure to handle the actual writing of the tables, but wanted to get others’ thoughts on the matter.
Thanks,