I am not a programmer just learning. I would like to know how to save the scheme info into a table ? I have this sql statement that seems to work but how do i save the info into a table
Dim CmdStr As String = " SELECT TABLE_NAME FROM INFORMATION_SCHEMA.TABLES"