TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
raj aryan
NA
26
25.4k
ODBC copy to SQL Server
Mar 21 2013 8:16 AM
HI,
I have this C# code with me....
-----------------------------------------------------------------
open the Sql server connection
then
open the Odbc Connection
OdbcCommand sqlCmd = odcon.CreateCommand();
sqlCmd.CommandText = "" + txtQuery.Text + "";
OdbcDataReader reader = sqlCmd.ExecuteReader();
DataTable dt = new DataTable();
dt.Load(reader);
Now I want to know that how to save the table data row by row to sql server database table. And one more thing
How to implement the following code,
private
void
CopyDataTable(DataTable table){
// Create an object variable for the copy.
DataTable copyDataTable; copyDataTable = table.Copy();
// Insert code to work with the copy.
}
That will copy the data from odbc with the structure to sql server....
Advance Thanks,
Raj
Reply
Answers (
0
)
Reading xml file using linq in visual studio 2005(asp.net)
crystal reports the problem