|
-
Sep 19th, 2003, 12:38 AM
#1
Thread Starter
New Member
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
-
Sep 19th, 2003, 08:13 AM
#2
PowerPoster
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|