data communication method
-
if any body can please help me out, i have to replicate the data of client site to server now the problem is which method should i addopt and which one will be the best in what circumstances, If i use any of the following way. 1.text format 2.Recordset(ADO) 3.XML or what will be the benifit and disadvantage of any of these method. Is there any othere method also to transfer the data to remote site??? please answer either on board or on bin_omair@usa.net Thanx Efan
-
if any body can please help me out, i have to replicate the data of client site to server now the problem is which method should i addopt and which one will be the best in what circumstances, If i use any of the following way. 1.text format 2.Recordset(ADO) 3.XML or what will be the benifit and disadvantage of any of these method. Is there any othere method also to transfer the data to remote site??? please answer either on board or on bin_omair@usa.net Thanx Efan
Well, if both the databases are SQL-Servers I would use the Data Transfer or the Replication in SQL Server. To get a better answer, you'll need to be more specific, in what it is you want... ;-) - Anders