Mapping tables and columns
-
[ Team LiB ] Recipe 2.16 Mapping Table and Column Names Between the Data Source and DataSet Problem You want to control the names assigned to tables and columns when you fill a DataSet using a DataAdapter.
3p luvpro 04-08-2010 108 10 Download
-
Mapping Tables and Columns In Chapter 3, "Introduction to Structured Query Language (SQL)," you learned that the AS keyword is used to specify an alias for a table or column.
4p suadaunanh 03-08-2010 76 6 Download