Re: DB2, MsSQL, and MS Access, How to maintain 3 data sources
- From: "boaz" <nospam@xxxxxxxxx>
- Date: Thu, 14 Jul 2005 09:42:32 -0700
What type of information will the salesmen be working on?
I am thinking if you have the same record with 20 different versions (from
20 different salesmen), I will timestamp the record in the laptop and then
use the latest version and drop the rest of the 19 versions.
"David Richards" <dave@xxxxxxxxxxx> wrote in message
news:db5qa5$dmd$1@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Hi,
>
>
>
> I was hoping someone could help me. I have been asked to look at creating
> a simple CRM system for our salesmen. We wish to export records from out
> main database, which is a DB2 database located on an AS/400. These records
> will be imported into a database located on an MsSQL server. I am hoping
> to create some routines (probably using VB.Net) to automatically send any
> additions from the DB2 database, into the MsSQL database. Each salesman
> will then have an Ms Access Database located on there laptop. A small
> routine will build an XML file containing any changes made on the SQL
> server, and another routine will do the same for the Access databases. The
> MS Access database will then send the XML file containing changes made by
> the salesman to the SQL server, and retrieve the XML file containing any
> records that have been added to the SQL server from DB2. An import routine
> will then run to update both databases.
>
>
>
> The flow of data will look like this:
>
>
>
> DB2 ----> MsSQL <----> MS Access
>
>
>
>
>
> The problem I have is synchronizing the record ID of new records between
> the SQL server and the 20 MS Access databases located on the salesman's
> laptops. Does anybody know how to do this?
>
>
>
> Any help be great
>
>
>
> Thanks in advance
>
> Dave
>
>
>
.
- Follow-Ups:
- Re: DB2, MsSQL, and MS Access, How to maintain 3 data sources
- From: David Richards
- Re: DB2, MsSQL, and MS Access, How to maintain 3 data sources
- References:
- DB2, MsSQL, and MS Access, How to maintain 3 data sources
- From: David Richards
- DB2, MsSQL, and MS Access, How to maintain 3 data sources
- Prev by Date: Re: Put aray values into a table to populate a DataGrid - VB6, SQL 2000
- Next by Date: Re: Advanced filter method
- Previous by thread: DB2, MsSQL, and MS Access, How to maintain 3 data sources
- Next by thread: Re: DB2, MsSQL, and MS Access, How to maintain 3 data sources
- Index(es):
Relevant Pages
|