SQL Insert Data

Source: Internet
Author: User

1 usingSystem;2 usingSystem.Collections.Generic;3 usingSystem.Linq;4 usingSystem.Text;5 usingSystem.Threading.Tasks;6 usingSystem.Data.SqlClient;7 8 namespaceSQL Insert Data9 {Ten     class Program One     { A         Static voidMain (string[] args) -         { -             //Database String the             stringstr ="Data Source=.;i Nitial catalog=mysql;integrated security=true"; -            //SQL statements -             stringsql ="INSERT into student values (5, ' AAA ', ' sss ', ' DDD ')"; -             //connecting to a database +SqlConnection con =NewSqlConnection (str); - con. Open (); +             //Execute SQL command ASqlCommand cmd =NewSqlCommand (Sql,con); at            //determine if SQL was executed -             intn =-1; -n =cmd. ExecuteNonQuery (); -             if(n>0) -             { -Console.WriteLine ("execution finished! The number of rows affected is:"+n); in             } -             Else to             { +Console.WriteLine ("Execution failed! "); -             } the Console.readkey (); *             //Close the database $ con. Dispose ();Panax Notoginseng cmd. Dispose (); -         } the     } +}

SQL Insert Data

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.