I write a program which scans all tablenames of a database and displays all
My Db has the Tables : User, Order,History
It should look like this:" Existing Tables: User Order History"
how should the command look like?
string SqlOrder="Select ??? from TestDB"