Click here to Skip to main content
15,921,905 members
Home / Discussions / C#
   

C#

 
QuestionClipboard Monitoring Pin
zeltera25-Jan-07 2:23
zeltera25-Jan-07 2:23 
AnswerRe: Clipboard Monitoring Pin
Martin#25-Jan-07 2:31
Martin#25-Jan-07 2:31 
AnswerRe: Clipboard Monitoring Pin
Seishin#25-Jan-07 3:16
Seishin#25-Jan-07 3:16 
GeneralRe: Clipboard Monitoring Pin
zeltera25-Jan-07 3:29
zeltera25-Jan-07 3:29 
Questioncant convert c# type string to c++ type char* Pin
Tsvi Girsh25-Jan-07 2:00
Tsvi Girsh25-Jan-07 2:00 
AnswerRe: cant convert c# type string to c++ type char* Pin
Marc Clifton25-Jan-07 4:32
mvaMarc Clifton25-Jan-07 4:32 
Questiondatabase watcher ... need suggestions !! Pin
eng_Hosam Kamel25-Jan-07 1:51
eng_Hosam Kamel25-Jan-07 1:51 
AnswerRe: database watcher ... need suggestions !! Pin
Pete O'Hanlon25-Jan-07 2:21
mvePete O'Hanlon25-Jan-07 2:21 
Why not use a trigger on the Oracle table to insert a notification into another table that a record has been updated. Then, your service would simply scan the notifications table and retrieve the details from here. Architecturally, you would want the item to be removed from the notifications table when it has SUCCESSFULLY saved into SQL Server.

To be honest though, you don't need a windows service to do this. All you need to do is create a DTS/SSIS package in SQL Server that does the read and save for you, and then schedule it to run as a scheduled database job.


the last thing I want to see is some pasty-faced geek with skin so pale that it's almost translucent trying to bump parts with a partner - John Simmons / outlaw programmer

Deja View - the feeling that you've seen this post before.

AnswerRe: database watcher ... need suggestions !! Pin
Sylvester george25-Jan-07 2:23
Sylvester george25-Jan-07 2:23 
Questioncheck whether word file is open or not Pin
praveen pandey25-Jan-07 1:45
praveen pandey25-Jan-07 1:45 
AnswerRe: check whether word file is open or not Pin
ednrgc25-Jan-07 5:49
ednrgc25-Jan-07 5:49 
QuestionOpen word document Pin
zt.Prog25-Jan-07 1:36
zt.Prog25-Jan-07 1:36 
QuestionNetwork programming problem Pin
Antony Lee25-Jan-07 1:26
Antony Lee25-Jan-07 1:26 
AnswerRe: Network programming problem Pin
Antony Lee25-Jan-07 17:03
Antony Lee25-Jan-07 17:03 
QuestionCreation of Connectors between Elements of a Form Without using Graphics Pin
UdayDenduluri25-Jan-07 1:13
UdayDenduluri25-Jan-07 1:13 
AnswerRe: Creation of Connectors between Elements of a Form Without using Graphics Pin
V.25-Jan-07 1:26
professionalV.25-Jan-07 1:26 
QuestionNaming conventions for Variables in C# Pin
nasambur25-Jan-07 0:59
nasambur25-Jan-07 0:59 
AnswerRe: Naming conventions for Variables in C# Pin
Pete O'Hanlon25-Jan-07 1:10
mvePete O'Hanlon25-Jan-07 1:10 
AnswerRe: Naming conventions for Variables in C# Pin
Stefan Troschuetz25-Jan-07 1:11
Stefan Troschuetz25-Jan-07 1:11 
AnswerRe: Naming conventions for Variables in C# Pin
V.25-Jan-07 1:24
professionalV.25-Jan-07 1:24 
QuestionCreating Oracle Connection Pin
Mr.Sam25-Jan-07 0:59
Mr.Sam25-Jan-07 0:59 
AnswerRe: Creating Oracle Connection Pin
V.25-Jan-07 1:24
professionalV.25-Jan-07 1:24 
QuestionUsing remote folders. [modified] Pin
jarellan25-Jan-07 0:20
jarellan25-Jan-07 0:20 
QuestionC# Pin
saurabh_bpl425-Jan-07 0:06
saurabh_bpl425-Jan-07 0:06 
AnswerRe: C# Pin
Colin Angus Mackay25-Jan-07 0:10
Colin Angus Mackay25-Jan-07 0:10 

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.