Click here to Skip to main content
15,889,335 members
Home / Discussions / C#
   

C#

 
QuestionUsing cmd to get a value from the mysql db Pin
Member 909156026-Sep-12 23:27
Member 909156026-Sep-12 23:27 
QuestionRe: Using cmd to get a value from the mysql db Pin
Eddy Vluggen26-Sep-12 23:51
professionalEddy Vluggen26-Sep-12 23:51 
AnswerRe: Using cmd to get a value from the mysql db Pin
Ingo27-Sep-12 0:09
Ingo27-Sep-12 0:09 
GeneralRe: Using cmd to get a value from the mysql db Pin
Eddy Vluggen27-Sep-12 0:18
professionalEddy Vluggen27-Sep-12 0:18 
GeneralRe: Using cmd to get a value from the mysql db Pin
Ingo27-Sep-12 1:22
Ingo27-Sep-12 1:22 
QuestionDelete records in binary file? Pin
Member 245846726-Sep-12 22:01
Member 245846726-Sep-12 22:01 
AnswerRe: Delete records in binary file? Pin
Pete O'Hanlon26-Sep-12 22:04
mvePete O'Hanlon26-Sep-12 22:04 
AnswerRe: Delete records in binary file? Pin
Eddy Vluggen26-Sep-12 23:55
professionalEddy Vluggen26-Sep-12 23:55 
GeneralRe: Delete records in binary file? Pin
Member 245846727-Sep-12 16:10
Member 245846727-Sep-12 16:10 
AnswerRe: Delete records in binary file? Pin
jschell27-Sep-12 10:08
jschell27-Sep-12 10:08 
QuestionHow to get remote registry uninstallstring date or key modified time? Pin
turbosupramk326-Sep-12 6:20
turbosupramk326-Sep-12 6:20 
AnswerRe: How to get remote registry uninstallstring date or key modified time? Pin
turbosupramk326-Sep-12 8:05
turbosupramk326-Sep-12 8:05 
GeneralRe: How to get remote registry uninstallstring date or key modified time? Pin
Eddy Vluggen26-Sep-12 23:56
professionalEddy Vluggen26-Sep-12 23:56 
GeneralRe: How to get remote registry uninstallstring date or key modified time? Pin
turbosupramk327-Sep-12 4:23
turbosupramk327-Sep-12 4:23 
Questiondaily, Weekly and monthely datagrid view Pin
waqas_ali7626-Sep-12 4:50
waqas_ali7626-Sep-12 4:50 
AnswerRe: daily, Weekly and monthely datagrid view Pin
Richard MacCutchan26-Sep-12 5:13
mveRichard MacCutchan26-Sep-12 5:13 
AnswerRe: daily, Weekly and monthely datagrid view Pin
Simon_Whale26-Sep-12 5:29
Simon_Whale26-Sep-12 5:29 
GeneralRe: daily, Weekly and monthely datagrid view Pin
waqas_ali7626-Sep-12 5:40
waqas_ali7626-Sep-12 5:40 
GeneralRe: daily, Weekly and monthely datagrid view Pin
Pete O'Hanlon26-Sep-12 5:45
mvePete O'Hanlon26-Sep-12 5:45 
QuestionPuzzle 8 Solving with bfs Pin
mohammadkaab26-Sep-12 4:03
mohammadkaab26-Sep-12 4:03 
AnswerRe: Puzzle 8 Solving with bfs Pin
Ingo26-Sep-12 4:10
Ingo26-Sep-12 4:10 
GeneralRe: Puzzle 8 Solving with bfs Pin
mohammadkaab26-Sep-12 4:41
mohammadkaab26-Sep-12 4:41 
AnswerRe: Puzzle 8 Solving with bfs Pin
Ingo26-Sep-12 5:00
Ingo26-Sep-12 5:00 
AnswerRe: Puzzle 8 Solving with bfs - question etiquette. Pin
Pete O'Hanlon26-Sep-12 5:15
mvePete O'Hanlon26-Sep-12 5:15 
QuestionMonitor database changes of 3rd party SQL DB Pin
Adam_Dev26-Sep-12 1:50
Adam_Dev26-Sep-12 1:50 
Hi
I have a situation where we have an application that we have written and a third party application. Basically when a change happens in the 3rd party SQL database, we want to make changes to our own SQL database.

What would be the best way to achieve this? Obviously a combination of SQL triggers/stored procedures could achieve this, but was wondering if there was another alternative?

Thanks

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.