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

C#

 
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 
AnswerRe: Monitor database changes of 3rd party SQL DB Pin
Ingo26-Sep-12 2:30
Ingo26-Sep-12 2:30 
GeneralRe: Monitor database changes of 3rd party SQL DB Pin
Adam_Dev26-Sep-12 22:14
Adam_Dev26-Sep-12 22:14 
AnswerRe: Monitor database changes of 3rd party SQL DB Pin
Ingo26-Sep-12 22:23
Ingo26-Sep-12 22:23 
AnswerRe: Monitor database changes of 3rd party SQL DB Pin
Pete O'Hanlon26-Sep-12 2:36
mvePete O'Hanlon26-Sep-12 2:36 
It really depends on what changes you want to make, and when you want to make those changes. You could do this with triggers, but that would mean modifying the 3rd party database, and you could have issues if you change the schema of the 3rd party database (say during an update). Also, some 3rd parties will have warranty/support clauses that would be invalidated by you altering their schema - we do, for instance, because of a particularly troublesome client who broke the database and then expected us to bail them out at our expense.

If you are just looking to replicate the data, and the change doesn't need to be instantaneous, you could use something like the Sync Framework[^] to accomplish this.

BTW - this isn't a C# question. It belongs in the database forum.

*pre-emptive celebratory nipple tassle jiggle* - Sean Ewington

"Mind bleach! Send me mind bleach!" - Nagy Vilmos


CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier

GeneralRe: Monitor database changes of 3rd party SQL DB Pin
Adam_Dev26-Sep-12 22:17
Adam_Dev26-Sep-12 22:17 
GeneralRe: Monitor database changes of 3rd party SQL DB Pin
Pete O'Hanlon26-Sep-12 22:28
mvePete O'Hanlon26-Sep-12 22:28 
AnswerRe: Monitor database changes of 3rd party SQL DB Pin
Shameel26-Sep-12 4:02
professionalShameel26-Sep-12 4:02 
QuestionTools for Setup Projects Pin
Bernhard Hiller25-Sep-12 23:37
Bernhard Hiller25-Sep-12 23:37 
AnswerRe: Tools for Setup Projects Pin
Abhinav S25-Sep-12 23:50
Abhinav S25-Sep-12 23:50 
AnswerRe: Tools for Setup Projects Pin
Smart Arab26-Sep-12 0:17
Smart Arab26-Sep-12 0:17 
GeneralRe: Tools for Setup Projects Pin
Pete O'Hanlon26-Sep-12 2:40
mvePete O'Hanlon26-Sep-12 2:40 
GeneralRe: Tools for Setup Projects Pin
Smart Arab26-Sep-12 3:04
Smart Arab26-Sep-12 3:04 
GeneralRe: Tools for Setup Projects Pin
Bernhard Hiller26-Sep-12 4:01
Bernhard Hiller26-Sep-12 4:01 
AnswerRe: Tools for Setup Projects Pin
Ravi Bhavnani26-Sep-12 10:18
professionalRavi Bhavnani26-Sep-12 10:18 
GeneralRe: Tools for Setup Projects Pin
Bernhard Hiller28-Sep-12 4:31
Bernhard Hiller28-Sep-12 4:31 
Questionhow to find C# menu item Pin
anushikaroshan25-Sep-12 23:25
anushikaroshan25-Sep-12 23:25 
AnswerRe: how to find C# menu item Pin
Ingo25-Sep-12 23:36
Ingo25-Sep-12 23:36 
QuestionEncryption of connection string Pin
SAURABH KATIYAR25-Sep-12 22:57
SAURABH KATIYAR25-Sep-12 22:57 
AnswerRe: Encryption of connection string Pin
Pete O'Hanlon25-Sep-12 23:33
mvePete O'Hanlon25-Sep-12 23:33 
QuestionDeserealize a binaryformtted string Pin
Member 928312225-Sep-12 2:11
Member 928312225-Sep-12 2:11 
AnswerRe: Deserealize a binaryformtted string Pin
Eddy Vluggen25-Sep-12 2:20
professionalEddy Vluggen25-Sep-12 2:20 

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.