Hi,
How can i copy one table from a database located on one server to another database located on an other server .
Thanks for your help and samples ,
Philippe
Hi,
How can i copy one table from a database located on one server to another database located on an other server .
Thanks for your help and samples ,
Philippe
oServer1 := maria_Connect( .... )
oServer2 := maria_Connect(....)
// now copy from oServer1 to oServer2
oCn:CopyTableToServer( cTableName, oServer2 )Thanks for this answer but i 'll a sample for Microsoft MS SQL Server .
Thanks
Philippe