Correction,... (REMOTE instead of remove)
"acoquinar" <acoquinar@hotmail.com> wrote in message
news:OLRDFkV3EHA.3716@TK2MSFTNGP10.phx.gbl...
> Our goal is really just to create a "Replication" mechanism like the one
> associated with SQL Server.
>
> The difference is that we don't wish to syncronize between more than one
SQL
> Server instances...We wish to synchronize between a central MS SQL Server
> and remove ODBMS servers.
>
> It implies a intence synchronization for any DML operations (i.e.
"Insert",
> "Delete" or "Update") that would occur on the SQL Server instance.
>
> Which entry point or API could we use to do that ?
>
> P.S. "Notification Service" doesn't seam to be an API for sending
> notifications based of events that occur in the tables. (Correct me if i
am
> wrong here !)
>
> Thanks !
> "CJ Llewellyn" <invalid@example.con> wrote in message
> news:%23%23059UL3EHA.2540@TK2MSFTNGP09.phx.gbl...
> > "acoquinar" <acoquinar@hotmail.com> wrote in message
> > news:#IwoAJJ3EHA.1192@tk2msftngp13.phx.gbl...
> > > Greetings !
> > >
> > >
> > >
> > > We need to find if MS SQL has an API for connecting C++ components to
> it.
> >
> > You mean develop your own components for SQL Server?
> >
> > > We don't know if "extended stored procedure (xp)" is the way to go.
> > -snip-
> > > Why do we need that ?
> > -snip-
> > > We must implement a synchronization software layer to make sure an
ODBMS
> > has
> > > the same values as those contained in an MS SQL RDBMS. Our client
> > > applications must use the data in such a way that doesn't fit with the
> > > relational paradigm... But the data must be stored in relational
fashion
> > for
> > > it needs to be easily extracted or used by our customers.
> >
> > > We would like something that follows the "Observer Pattern" to notify
an
> > > ODBMS that a table was modified through the standard "Create",
"Update"
> or
> > > "Delete" events. In fact, it would do more than just notifying. It
would
> > > actually push the modified values to the ODBMS space to update it.
> >
> > Surprising the technology you want is called Notification Services
> >
> >
>
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/sqlntsv/htm
> > /nsp_programmingguide_8neb.asp
> >
> >
> >
>
>