Home All Groups Group Topic Archive Search About

Sync Database in VB.Net

Author
17 May 2006 12:09 PM
Elioth
Hi,

I want to synchronize database SQL to SQL or Access to Access in vb.net.
I need to know how to synchronize the tables schema with a Master Database
and after synchronize the data in the tables in vb.net .

Thanks for all help.

Elioth

Author
17 May 2006 3:07 PM
JensB
"Elioth" <Eli***@discussions.microsoft.com> wrote in message
news:976F0190-C460-4CF4-A8E5-B068DF6CD0FB@microsoft.com...
> Hi,
>
> I want to synchronize database SQL to SQL or Access to Access in vb.net.
> I need to know how to synchronize the tables schema with a Master Database
> and after synchronize the data in the tables in vb.net .
>
> Thanks for all help.
>
> Elioth

Try this link for the SQL part
http://support.microsoft.com/kb/319647/

Jens