Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
SELECT 'MyCommand.CommandText = "SELECT * FROM [' + TABLE_SCHEMA + '].[' + TABLE_NAME + ']"' + CHAR(13) + CHAR(10) +
'MyDataAdapter.FillSchema(MyDataSet, SchemaType.Mapped)'
FROM INFORMATION_SCHEMA.TABLES