This document discusses how to create, rename, alter and delete tables using ADO.NET in C#. It provides code examples for using ADO.NET to programmatically create a new database table, rename an existing table, add or remove columns from a table, and delete a table from the database.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
35 views1 page
Ado Website
This document discusses how to create, rename, alter and delete tables using ADO.NET in C#. It provides code examples for using ADO.NET to programmatically create a new database table, rename an existing table, add or remove columns from a table, and delete a table from the database.
com/ado-net/c-ado-net-create-rename-alter-and- delete-table.php ///// for ado.net this is the website where u can access the full information about ado.net