Skip to Content
0
Former Member
Nov 29, 2006 at 02:59 PM

SQL_DML Error

27 Views

Hi all;

I am in a problem with SQL_DML query in one of the messages

I have a query like <b>update table set field = 'Y' where date >= '$Date_min$' and date <= '$Date_max$'</b> i have taken Date_min and Date_max as key fields and both are of type datetime.

during the mapping in adpter it gives out an error like

<b>Syntax error converting datetime from character string</b>

Please help

Mudit