Quote:
Originally posted by pml
Thanx a lot man. You really understood what I wanted but it looks like this will only work if both tables are on the same database. Let me exactly tell you what I want to do:
I have a function that takes a recordset as a parameter.
E.g UpdateServer(rsData as Recordset)
My system is a client server model system and this function is the server method.It is called by the client to update the table on the server with the data from the table on the client side. This tables have exactly the same structure but pls note that they reside on different databases.
Thanx a lot in advance.