On Thu, 6 Dec 2007, Douglas Garstang wrote:
> I need to insert/update multiple MySQL columns in a single row with the > func_odbc function at the SAME TIME. If I understand your question correctly, this can be done using a standard SQL UPDATE query. UPDATE tblname SET col1 = val1, col2 = val2, .. WHERE field = criterion; -- Alex Balashov Evariste Systems Web : http://www.evaristesys.com/ Tel : +1-678-954-0670 Direct : +1-678-954-0671 _______________________________________________ --Bandwidth and Colocation Provided by http://www.api-digital.com-- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
