SQL Stored procedures
Posted: Wed Mar 19, 2003 10:52 am
I need to select certain records, according to filters entered at run time, but having selected them, I then need to update the records as printed. The obvious thing seems to call a stored procedure from the report, so that I can do the update. Problem is - how do I pass the filter information through to the stored procedure - if I can^t do that I^m going to end up updating every record! Is there any other way such as using RI_REPLACE that this can be achieved?____Any help will be greatly appreciated!