M
mklapp
Hello,
Using ADO.NET, I am invoking a SQL Adapter's fill
method. One of the parameters is a date. Most of the
time, the date will be an empty string. The Web Service
method always appends a '%' to the end of the string, so
that most of the time, a "%" is used as the
(smallDatetime) parameter. SQL/SOAP complains that the
string does not look like a date. Well, no it doesn't,
but that is the point of the 'LIKE' phrase, no?
What will it take as a wildcard parameter?
mklapp
Using ADO.NET, I am invoking a SQL Adapter's fill
method. One of the parameters is a date. Most of the
time, the date will be an empty string. The Web Service
method always appends a '%' to the end of the string, so
that most of the time, a "%" is used as the
(smallDatetime) parameter. SQL/SOAP complains that the
string does not look like a date. Well, no it doesn't,
but that is the point of the 'LIKE' phrase, no?
What will it take as a wildcard parameter?
mklapp