Ado. NET program access to data components

Source: Internet
Author: User


Composition
--Data set (in-memory database)
--dataset Data Set
--datatable Data Sheet
--datacolumn Data Columns
--datarow Data rows
--dataview Data View
--net Data Provider
--connection Connection (bridge between program and database)
--open/close
--connectionstring: Connection string (information for the target database)
--Server: Server/data source
--User name: Uid/user ID
--Password: Pwd/password
--Database: Database/initial Catalog
--command command (Perform action)
--connection: Connect
--commandtype: Command Type (text/storedprocedure)
--commandtext: Command text (SQL statement/stored procedure name)
--executenonquery: Performs an action that returns the number of rows affected
--executereader: Execute query, return DataReader
--executescalar: Executes the query and returns the first column of the first row
--datareader Reader (read-only, forward-only, read-only)
--read () 1) forward to next 2) return bool
--dataadapter Adapter (bridge between dataset and database)
--fill: Populating (Populating database data into datasets)
--update: Update (update data from DataSet to database)

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.