Adaptor parameters
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, i was wondering, if a create an adaptor with a select statement containing a parameter of type datetime, is this parameter send to the server as a string in datetime format defined by the clients culture info?
select * from customer where [Lastupdate] = @CurrentDate
or does it send the parameter to the SQL server and is there no problem with the datetime format. (Usually i use stored procs and doesn't have this problem, but this is an exception for me) thx kurt