D
deepak
Hi There,
i am facing problems while executing the query using ADO.NET,the
problem goes below:
i am using ExecuteDataset(sqlTran, CommandType.Text, query) and my
query is this
SELECT * FROM TBL WHERE CreatedDateTime = '1/23/2011 4:38:57.000 PM'
and the result set has nothing in it .but if i run the same query in
SQL SERVER 2005 studio
i get back the results .
am i missing some thing ,can anybody suggest.sql server and my
application are in different machine but both have the same
regional(en-us) and datetime settings(gmt+5:30)
Hope i am clear
Cheers
Deepak
i am facing problems while executing the query using ADO.NET,the
problem goes below:
i am using ExecuteDataset(sqlTran, CommandType.Text, query) and my
query is this
SELECT * FROM TBL WHERE CreatedDateTime = '1/23/2011 4:38:57.000 PM'
and the result set has nothing in it .but if i run the same query in
SQL SERVER 2005 studio
i get back the results .
am i missing some thing ,can anybody suggest.sql server and my
application are in different machine but both have the same
regional(en-us) and datetime settings(gmt+5:30)
Hope i am clear
Cheers
Deepak