Thanks for your help!
Actually all the tables already exist but my two databases (source and target) are on different servers, so I will have to use DBLink.
The only thing is I have no idea how to use it in my code (C# 2.0). I cannot find any example on google.
May somebody show me how to use DBLink please?
Thank you very much!
User Profile
Collapse
-
[C#] Import data from one server to another
Hi,
I'm currently programming in C# 2.0 and I need to code a process that imports data from one table to an other, by using a query of type:
(SELECT * from table_source where champs in (value1, value2, ...) ==> table_destinati on
I cannot suppose that my source table is on the same server as the destination table. Here is what I do:
- Fill a DataTable in memory with data from source table...
No activity results to display
Show More
Leave a comment: