Group: Forum Members
Posts: 153,
Visits: 462
|
Is it possible to build a string with a command and then execute that command. Example, lets say you start with a variable such as:
string myCommand = "SELECT * FROM tblMaster";
What would be the C# code to execute that command?
The assumption her is that the myCommand could be any command.
|