sqlupdate

A procedure for doing an SQL UPDATE.

 

Arguments:

tablename - the name of the table to insert data into.

data - a Tcl list of columnname-value pairs that define the data to be inserted.

where - the where clause that identifies the record/s to update.

 

Returns:

Nothing.

 

Errors:

Any errors that occur are handled as Tcl errors and can be caught with the catch command.



sqlinsertmultiple sqlupdatemultiple