SQL help please..

Soldato
Joined
11 Feb 2004
Posts
4,532
Location
Surrey, UK
I need to create a trigger which calls a stored procedure once a certain field has been updated. That's the relatively easy part.

However I need those results sent to a text file - is this possible? And if so some guidance would be very much appreciated. :)
 
Domo said:
I need to create a trigger which calls a stored procedure once a certain field has been updated. That's the relatively easy part.

However I need those results sent to a text file - is this possible? And if so some guidance would be very much appreciated. :)

What platform are you using?

Oracle, for example, has the DBMS_OUT package....
 
Back
Top Bottom