[asterisk-users] Setting Multiple Values via func_odbc ...?

Alex Balashov abalashov at evaristesys.com
Thu Dec 6 12:23:02 CST 2007



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



More information about the asterisk-users mailing list