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

    Creating Triggers in Visual Basic 6.0

    I need to create trigger on a table which should fire when any of the column is modified. I am using Visual Basic 6.0 as IDE and Access 8.0 as my database. MSDN online speaks about creating triggers but I am not aware how and where to create the triggers, I mean code window. Can someone helm me and tell me in detail how do I create triggers in VB using Data View Window or any other way.

    Thanks
    Gibli
    :-)


  2. #2
    Join Date
    Dec 1999
    Location
    Slovakia
    Posts
    26

    Re: Creating Triggers in Visual Basic 6.0

    Sorry but Access doesn't support trigers because it is file-share database not engine.

    [ufo]

  3. #3
    Guest

    Re: Creating Triggers in Visual Basic 6.0

    Here is what I am looking for ..
    Whenever a user tries to update TABLE A, a record should be inserted in TABLE B
    which will tell me what field in the TABLE A has be changed. How can I implement this functionality using VB6 and Access Database. I would appreciate it if somebody can explain it with an example.

    Thanks,
    Gibli


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