Msgs From SQL to CSharp.. Please Very Important to me

  • Thread starter Thread starter C#
  • Start date Start date
C

C#

Hey all,
in my MSN-Like project .. i needed a trigger that should send
Notifications to all online users when a contact in their lists is online
for example..
Server is in C# .. The problem is how to send this notification to the
Server to send it to connected clients..
I HAVE to send this Notification from the server..
I need way to connect SQL and CSharp as SQL Trigger will send data to C#
I have got some methods (ACTIVX with VB , Windows Messeges) but i don't know
how to handle them probably..
Please Help i need to finish this before the end of this week
Thanks all in advance
 
Have a look at extended stored procedures..

FYI, You can create an extended stored procedure project from VS.Net.

HTH

Raj
 
I can't use X stored procedures .. i can send windows msgs or user defined
msgs to CSharp window yes. but i donnou how to recieve it in CSharp
 
Back
Top