User Profile

Collapse

Profile Sidebar

Collapse
Mast3rMind
Mast3rMind
Last Activity: Mar 31 '08, 01:50 PM
Joined: Feb 21 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • 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!
    See more | Go to post

    Leave a comment:


  • Mast3rMind
    started a topic [C#] Import data from one server to another

    [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...
    See more | Go to post
No activity results to display
Show More
Working...