Click to See Complete Forum and Search --> : Database objects


SudhaM
June 18th, 1999, 02:47 PM
Hi,
I want to develop a front end application using VC++ interfacing with an Oracle database. The activities involved in the application are database intensive like creating new users(schemas), etc etc. I intend to do all these by calling the stored procedures which I already have from VC++. My question is is there any way I can create triggers thru' VC++ for each schema. I know we cannot create triggers dynamically thru' any stored procedures. Just a doubt.

Thanx.

Sudha M

gpurusho
June 21st, 1999, 02:47 AM
if you are sure you cannot create a trigger in a procedure then you cannot create a trigger in VC++ for each schema as well