Hi!!!!, I have a coldfusion server conected to a SQLServer and I need to perform a few sql statements before each update in any table. For example, I wish to save
a)the user that perform the update
b)the older value and the new value for each field changed
c)every field changed.
I create a stored procedure in sql that perform this, but i don't know how to call the procedure from a update_page.cfm .
If anybody have a idea or where i can find more info, i really apreciate.
a)the user that perform the update
b)the older value and the new value for each field changed
c)every field changed.
I create a stored procedure in sql that perform this, but i don't know how to call the procedure from a update_page.cfm .
If anybody have a idea or where i can find more info, i really apreciate.