CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 1999
    Posts
    9

    Database objects

    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

  2. #2
    Join Date
    May 1999
    Posts
    30

    Re: Database objects

    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


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured