T
Tony Johansson
Hello!
This statement is in a book that I'm reading and I just wonder what the
brackets mean that exist around Order Details in the
sql statment.
SqlCommand command = new SqlCommand("WAITFOR DELAY '00:00:05'; " +
select
* from [Order Details]", myConnection);
//Tony
This statement is in a book that I'm reading and I just wonder what the
brackets mean that exist around Order Details in the
sql statment.
SqlCommand command = new SqlCommand("WAITFOR DELAY '00:00:05'; " +
select
* from [Order Details]", myConnection);
//Tony