I have reports that need to update a database table for each row returned. So, say that the report returns 10 rows, the stored proc needs to perform an update for each of those rows returned, using field values returned in the 10 rows (i.e. 10 individual update statements need executing).
Is this sort of thing possible? I can do it with a UFL but the UFL method doesn't work properly with Enterprise where the report will end up.
I am not using any front end language, just Crystal and SQL Server 2000.
Some form of outline code would be really useful.
Thanks in advance.
Is this sort of thing possible? I can do it with a UFL but the UFL method doesn't work properly with Enterprise where the report will end up.
I am not using any front end language, just Crystal and SQL Server 2000.
Some form of outline code would be really useful.
Thanks in advance.