If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > Applications & Tools > Need a tool to sync msSQL and Interbase

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 11-01-08, 05:00
pjamies pjamies is offline
Registered User
 
Join Date: Nov 2008
Location: Toronto, Canada
Posts: 1
Question Need a tool to sync msSQL and Interbase

Hi ...
I have come into a company that has 'over the yrs' purchased applications that use different DB's (mainly msSQL and Interbase)
Our back office system runs on Interbase (Borland Product)
and all other applications run on msSQL.
Problem is ... these different applications really need to sync with each other to share database information.
Is there a sync tool out there that can do what I am asking for ??
I know that I have walked into a nightmare, but if I could get these different databases to sync with each other, I could save hrs of extra work that could be spent doing more useful stuff ...

Thx

Paul (Toronto, Canada)
Reply With Quote
  #2 (permalink)  
Old 11-01-08, 14:16
Pat Phelan Pat Phelan is offline
Resident Curmudgeon
 
Join Date: Feb 2004
Location: In front of the computer
Posts: 12,308
If the version of Interbase you are using supports ODBC, this could be fairly simple. Diferent Interbase versions have varying degrees of ODBC support, which makes it almost impossible to craft a "one size fits all" step-by-step solution for this kind of problem.

The simplest answer would be to create a "one way" feed from the Interbase data to MS-SQL. This could be arranged using either a Linked Server or a pretty simple DTS or SSIS package.

Two way communication (where both the Interbase and the MS-SQL sides could update data) is more complicated. This probably would require someone familiar with your setup to craft a good working solution.

-PatP
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On