Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
In program I have to use following namespace
using System.Data.SqlClient;
I have created tables into my local database.
The database which is situated in server explorer.

I want to import the data from XML files into the Database tables...


I have to use connectionstring
Posted
Updated 24-Jul-12 22:56pm
v4

1 solution

Go through following examples and tutorials to learn on how to do it:
Load/Import XML file into database table (Oracle or SQL Server) [^]
Importing XML data into a database using ADO.NET[^]

Try out. In case you get stuck, post specific issues.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900