CodeVerge.Net Beta


   Explore    Item Entry    Members      Register  Login  
NEWSGROUP
.NET
Algorithms-Data Structures
Asp.Net
C Plus Plus
CSharp
Database
HTML
Javascript
Linq
Other
Regular Expressions
VB.Net
XML

Free Download:




Zone: > NEWSGROUP > Asp.Net Forum > visual_studio.visual_studio_2005 Tags:
Item Type: NewsGroup Date Entered: 4/11/2007 10:24:20 AM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 2 Views: 44 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
3 Items, 1 Pages 1 |< << Go >> >|
paulizaz
Asp.Net User
Data transfer..... (walkthroughs ?)4/11/2007 10:24:20 AM

0/0

Hello,

I am asked to write a C# class that maps data from an old database to another database on a new server.

 
Is there a walkthrough to help me?, does anyone know of any other resources?

 

Any help appreciated..........
Benson Yu - MSF
Asp.Net User
Re: Data transfer..... (walkthroughs ?)4/13/2007 2:29:41 AM

0/0

Hi paulizaz,

 

SQL Server provides the import/export tool to let us copy and transfer data easily. I recommend you to use it.

 

We can write our own class to do that, but I think it cannot as efficient and powerful as the tool SQL Server provided.

 

In my opinion, firstly we shall get the table schema from the table in old database and create the same or similar table in new database. Secondly we read the data from old table to a in memory DataTable object. At last, insert all the rows from DataTable to the table in new database.

 

Here are some links helpful for this scenario:

http://support.microsoft.com/kb/310107

http://msdn2.microsoft.com/en-us/library/fksx3b4f(VS.80).aspx

 

About how to insert all the data from DataTable to database table, here is a sample:

        foreach (TableRow row in table.Rows)

        {

            command.CommandText = String.Format("INSERT INTO table VALUES ( {0},{1})", row[0], row[1]);

            connection.Open();

            command.ExecuteNonQuery();

            connection.Close();

        }

 

 


Sincerely,
Benson Yu
Microsoft Online Community Support

Please remember to click ?Mark as Answer? on the post that helps you, and to click ?Unmark as Answer? if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
paulizaz
Asp.Net User
Re: Data transfer..... (walkthroughs ?)4/26/2007 3:47:59 PM

0/0

Thanks,

 

But is this suitable for a complete site migration?

From one SQL database to another where the fields may differ slightly.

 

Regards,
 

3 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
EJB Design Patterns: Advanced Patterns, Processes, and Idioms Authors: Floyd Marinescu, Ed Roman, Pages: 259, Published: 2002
Software Process Quality: Management and Control Authors: Ron Kenett, Emanuel R. Baker, Pages: 241, Published: 1999
Palm OS Programming: The Developer's Guide Authors: Neil Rhodes, Julie McKeehan, Pages: 681, Published: 2002
Image-based Rendering Authors: Heung-Yeung Shum, Shing-Chow Chan, Sing Bing Kang, Pages: 408, Published: 2007
Innovative Mobile Learning: Techniques and Technologies Authors: Hokyoung Ryu, David Parsons, Pages: 429, Published: 2008

Web:
Data transfer..... (walkthroughs ?) - ASP.NET Forums Data transfer..... (walkthroughs ?) Last post 04-26-2007 11:47 AM by paulizaz. 2 replies. Sort Posts:. Oldest to newest, Newest to oldest ...
GameSpot Forums - Fire Emblem: Path of Radiance - Data Transfer ... Data Transfer and Walkthroughs ... I am trying to max people for the data transfer, so maybe someone can drop on a couple of tips on maxing ...
TRANSFER Request Walkthrough To start the walkthrough, use the browser on your client to connect to the .... Click the Transfer button. The data entered on the form is sent to the Web ...
thinktecture - WSCF - Walkthrough For this walkthrough we are going to create a Web service for browsing .... Listing 2: Private fields and get/set properties in data transfer objects ...
Data Crystal Chip - Halopedia - Halo Wiki with Halo 3 Walkthroughs ... In Halo 3, the Data Crystal Chip is seen once again. However, unlike the transfer in Halo: Combat Evolved, which required physical contact with a system, ...
MP data transfer - FileFront Gaming Forums Thumbs up Re: MP data transfer ... Top Cheats: GoW II Walkthrough | GRAW 2 Walkthrough Walkthrough | Lost Planet Walkthrough| Twilight ...
PC/System requirements — StrategyWiki, the free strategy guide and ... Oct 26, 2007 ... From StrategyWiki, the free strategy guide and walkthrough wiki ... the data transfer rate if the game's running off an optical disc; ...
OCRed document to smooth the transfer rate for the data needed to render in-. teractive walkthroughs. 2) Buffer vs. prefetching. By splitting the available traffic ...
Puzzled 3 Walkthrough » Addicting Games Funny Junk Video Clips ... Puzzled 3 Walkthrough. Thursday, December 8th, 2005 at 1:59 pm in Addicting Games ... come with 1000 GB of monthly data transfer and dual 80 GB drives. ...
CLICK HERE! MORE INFO ABOUT: golden surf golden sun lost ages gba golden sun lost ages password golden sun lost ages transfer data golden sun lost ages walkthrough golden sun lucky wheel ...

Videos:
Mass Effect - 07 Eden Prime Part 3 For all experts of this game that wants perfection hoping to transfer data into Mass Effect 2, this isn't for you. The reason being that Charm and In...
GS: The Lost Age Part 1 (Prologue) This is Part 1 in my walkthrough of Golden Sun: The Lost Age. Since this game enables you to save at any time, my videos will be 10mins each until my...
GS: The Lost Age Part 50 (Lemurian Ship) This is Part 50 in my walkthrough of Golden Sun: The Lost Age. Since this game enables you to save at any time, my videos will be 10mins each until m...
GS: The Lost Age Part 81 (Champa) This is Part 81 in my walkthrough of Golden Sun: The Lost Age. Since this game enables you to save at any time, my videos will be 10mins each until m...
Golden Sun Part 50 (Rescuing Hsu) This is Part 50 in my walkthrough of Golden Sun. Since this game enables you to save at any time, my videos will be 10mins each until my next save po...




Search This Site:










aspnet_wp.exe could not be launched because the username and/or password supplied in the processmodel section of the config file are invalid.

blog module is final available !

forms authentication with ad and filesystem security?

.ldf file needed?

where is the desktop html contents stored? in which table?

search and send email

forms authentication

style sheet doesn't work!

download style sheets

pages show up, but not the register/login page

dnn 3.07 error creating child portals

ever have problems with domains not standing still?

forums module

changepassword problem

retrieving textbox id from master page

prevent ide from automatically adding height or width

what type of file should i create ?

mathml help

master page & javascript & asp control ids

hi there,

who has access to web admin tool

help

https for secure pages in asp.net

error creating control

act vs vs 2005 testing

getting url menu option to open in new window using solpart menu

weird debugger problem

going nuts: getting website administration tool to work with existing access database

turning off validation

why is this so complicated

 
All Times Are GMT