Results 1 to 2 of 2

Thread: A message from database to C# application

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2001
    Posts
    6

    A message from database to C# application

    Hi,

    I have a C# Windows application and Oracle 9i database.
    Is there a way to send warning/notification to the application from the database via open connection? Let's say, there is a table that has just been updated by another process (user) and a warning has to be sent to the application.
    Thanks a lot in advance.

    Vlad Turovets

  2. #2
    PowerPoster Lethal's Avatar
    Join Date
    Oct 2000
    Location
    Ohio
    Posts
    2,496
    I know is sql server 2000 there are notification services to allow this communication, but not sure about oracle. One solution would be to write to a file when an update occurs in the db, and use the filesystemwatcher in your application to prob the directory for changes.

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