Question
cfupdate action using query
Hello Everyone,
I've got 2 datasources, each contaning 1 same table.
I need to copy a row from a table in datasource 1 to the table in datasource 2.
It's no problem to store all the data in variables and then to use the update statement, but my table contains a great number of columns, and the procedure is a bit messy.
I was wondering if it is possible to store all data from 1 row (alle columns) and use the cfupdate function to write all the data in one action.
Tnx for any help!
I've got 2 datasources, each contaning 1 same table.
I need to copy a row from a table in datasource 1 to the table in datasource 2.
It's no problem to store all the data in variables and then to use the update statement, but my table contains a great number of columns, and the procedure is a bit messy.
I was wondering if it is possible to store all data from 1 row (alle columns) and use the cfupdate function to write all the data in one action.
Tnx for any help!
