R
Roy
I am using a query for a SqlDataAdaptor to populate the DataSet a table. I
use SqlCommandBuilder to create Insert/Update/Delete query. Can parameterized
query be used in such a case such as WHERE MyColumn = @MyParameter?
For a datatime2 column, what is the format for query?
string.Format("WHERE MyDatetimeColumn = '{0}'",
myDatetime.ToString("yyyy-MM-ddTHH:mm:ss.fff")) only gives to the
millisecond. How to be as accurate as ticks?
use SqlCommandBuilder to create Insert/Update/Delete query. Can parameterized
query be used in such a case such as WHERE MyColumn = @MyParameter?
For a datatime2 column, what is the format for query?
string.Format("WHERE MyDatetimeColumn = '{0}'",
myDatetime.ToString("yyyy-MM-ddTHH:mm:ss.fff")) only gives to the
millisecond. How to be as accurate as ticks?