Click here to Skip to main content
15,891,375 members
Home / Discussions / C#
   

C#

 
AnswerRe: Read EML files using C# Pin
N a v a n e e t h14-May-09 17:39
N a v a n e e t h14-May-09 17:39 
GeneralRe: Read EML files using C# Pin
nv_thien14-May-09 23:38
nv_thien14-May-09 23:38 
Questionrdbms trigger calling C# Pin
mark_me14-May-09 17:15
mark_me14-May-09 17:15 
AnswerRe: rdbms trigger calling C# Pin
N a v a n e e t h14-May-09 17:35
N a v a n e e t h14-May-09 17:35 
GeneralRe: rdbms trigger calling C# Pin
mark_me15-May-09 5:30
mark_me15-May-09 5:30 
AnswerRe: rdbms trigger calling C# Pin
Mycroft Holmes14-May-09 21:49
professionalMycroft Holmes14-May-09 21:49 
GeneralRe: rdbms trigger calling C# Pin
mark_me15-May-09 5:33
mark_me15-May-09 5:33 
GeneralRe: rdbms trigger calling C# Pin
Mycroft Holmes15-May-09 13:39
professionalMycroft Holmes15-May-09 13:39 
Understood - a trigger is the solution to the problem. However all you need the trigger to do is send some info to your application. You want the trigger to be as stupid as possible to simplify the process (and keep support easier). I would devise a way for the trigger to communicate with your app. Set a flag in a table you own and can monitor, call a web service that can do your processing, send an email (I don't beleive I am said that).

SQL can't interact directly with your client but it can communicate so check out the different methods. I like the flagged table but if time is critical I would use a web service, which SQL can call, to do the notification.

Never underestimate the power of human stupidity
RAH

QuestionC# User Account Question HELP! Pin
Serpendiem14-May-09 17:06
Serpendiem14-May-09 17:06 
AnswerRe: C# User Account Question HELP! Pin
N a v a n e e t h14-May-09 17:12
N a v a n e e t h14-May-09 17:12 
GeneralRe: C# User Account Question HELP! Pin
Serpendiem14-May-09 17:18
Serpendiem14-May-09 17:18 
GeneralRe: C# User Account Question HELP! Pin
N a v a n e e t h14-May-09 17:21
N a v a n e e t h14-May-09 17:21 
GeneralRe: C# User Account Question HELP! Pin
Serpendiem14-May-09 17:32
Serpendiem14-May-09 17:32 
GeneralRe: C# User Account Question HELP! Pin
OriginalGriff14-May-09 22:41
mveOriginalGriff14-May-09 22:41 
QuestionRemoting Permission problem AFTER signing assembly Pin
devvvy14-May-09 15:12
devvvy14-May-09 15:12 
Answer... after digging around a bit Pin
devvvy14-May-09 17:29
devvvy14-May-09 17:29 
Questiona problem about timer and serialport in VC# [modified] Pin
zh.again14-May-09 15:11
zh.again14-May-09 15:11 
AnswerRe: a problem about timer and serialport in VC# Pin
Luc Pattyn14-May-09 15:24
sitebuilderLuc Pattyn14-May-09 15:24 
GeneralRe: a problem about timer and serialport in VC# Pin
zh.again14-May-09 15:53
zh.again14-May-09 15:53 
QuestionBBS Door Library in C# Pin
bigjoe11a14-May-09 13:29
bigjoe11a14-May-09 13:29 
AnswerRe: BBS Door Library in C# Pin
James Plotts5-Jul-14 6:59
James Plotts5-Jul-14 6:59 
AnswerRe: BBS Door Library in C# Pin
James Plotts5-Jul-14 7:00
James Plotts5-Jul-14 7:00 
QuestionConfigurationException and ConfigurationErrorException Pin
Dan Neely14-May-09 10:18
Dan Neely14-May-09 10:18 
AnswerRe: ConfigurationException and ConfigurationErrorException Pin
Dan Neely14-May-09 14:10
Dan Neely14-May-09 14:10 
QuestionHow to add Admin creds to my program ? Pin
partialdata14-May-09 10:14
partialdata14-May-09 10:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.