T
Thomas P.
Hi,
I use RDA to synchronize my pocket pc's database with the sql server
2000 of my company.
My application (vb.net) only adds new rows to the sqlserverce
database. Existing rows will not be changed. My application is a data
collecting application. All works fine if I use only ONE pocket pc.
But if I synchronzie two pocket pc I get an error if I try to pull the
changes of the second pocket pc to the sql server. I think that the
problem of the second device is that the first device changed the
table on the sql server, what is normal for the pull action.
Is there any way to copy the collected data from more pocket pc's to
one table on the sql server?
what I need:
- one table on the sql server 2000
- the pocket pc's only collect new data (at the moment they have the
complete table from the sql server in the sqlserverce database because
I use RDA but It would be enough if the pocket pc only saves the new
collected data)
- add the new collected data to the (end of the) table on the sql
server (here is my problem: I like to collect new data with different
pocket pcs's at the same time)
- I will not need to change data which is located on the sql server
with my pocket pcs's - they only collect new data.
what is the best way to do this?
Thanks.
Regards,
Thomas
I use RDA to synchronize my pocket pc's database with the sql server
2000 of my company.
My application (vb.net) only adds new rows to the sqlserverce
database. Existing rows will not be changed. My application is a data
collecting application. All works fine if I use only ONE pocket pc.
But if I synchronzie two pocket pc I get an error if I try to pull the
changes of the second pocket pc to the sql server. I think that the
problem of the second device is that the first device changed the
table on the sql server, what is normal for the pull action.
Is there any way to copy the collected data from more pocket pc's to
one table on the sql server?
what I need:
- one table on the sql server 2000
- the pocket pc's only collect new data (at the moment they have the
complete table from the sql server in the sqlserverce database because
I use RDA but It would be enough if the pocket pc only saves the new
collected data)
- add the new collected data to the (end of the) table on the sql
server (here is my problem: I like to collect new data with different
pocket pcs's at the same time)
- I will not need to change data which is located on the sql server
with my pocket pcs's - they only collect new data.
what is the best way to do this?
Thanks.
Regards,
Thomas