Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7248115
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T22:05:43+00:00 2026-05-28T22:05:43+00:00

I am trying to insert huge multiple rows in a single transaction. But the

  • 0

I am trying to insert huge multiple rows in a single transaction. But the SQL Server database is not getting reflected with the update. Below is my code snippet. What am I doing wrong?

private void Form1_Load(object sender, EventArgs e)
{
    string conString = Properties.Settings.Default.Database1ConnectionString;
    Database1DataSet.Table1DataTable dt  = new Database1DataSet.Table1DataTable();
    for (int i = 0; i < 5; i++)
    {
        dt.AddTable1Row(i.ToString(), "name" + i.ToString());
    }
    // Open the connection using the connection string.
    using (SqlCeConnection con = new SqlCeConnection(conString))
    {
        try
        {
            var cmd = con.CreateCommand();
            con.Open();
            cmd.CommandType = CommandType.TableDirect;
            cmd.CommandText = "Table1";
            var rs = cmd.ExecuteResultSet(ResultSetOptions.Updatable)
            var rec = rs.CreateRecord();
            foreach (DataRow dr in dt.Rows)
            {
                rec.SetString(0, dr["ID"].ToString());
                rec.SetString(1, dr["Name"].ToString());
                rs.Insert(rec);
            }
            rs.Close();
            rs.Dispose();
            cmd.Dispose();
        }
        catch (Exception ex) { }                            
    }
}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T22:05:44+00:00Added an answer on May 28, 2026 at 10:05 pm

    You are facing this: http://erikej.blogspot.com/2010/05/faq-why-does-my-changes-not-get-saved.html

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to insert huge amount of data into SQL server. My destination
iam trying insert rows into a sql table in java. i need to insert
I'm trying to do a huge bulk insert into an SqlCe database (version 3.5,
I am trying to insert multiple rows into MySQL DB using PHP and HTML
im trying to insert data into a particular row in the database, but i
Hello I'm trying to insert some XML data into a table on SQL Server
Trying to insert 315K Gif files into an Oracle 10g database. Everytime I get
Am trying to insert XML into XML Column.. getting following error: . Msg 6819,
I'm trying to insert some import lines into a python source file, but i
I was trying to insert new data into an existing XML file, but it's

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.