[Axapta-Knowledge-Village] Using Date in Query String In COM Connector

2004-11-10 Thread Joel WU
Hello: I have this line of C# Code In Axapta, we have Date2Str function use in query, however, How do we do this in COM Connector DateString =2004-11-15; AxCustTable.ExecuteStmt(select * From %1 where %1.ScanDate == \+ DateString + \); Regards, Joel Sharing the

[Axapta-Knowledge-Village] Using Date in Query String In COM Connector

2004-11-09 Thread Joel WU
Hello: I have this line of C# Code In Axapta, we have Date2Str function use in query, however, How do we do this in COM Connector DateString =2004-11-15; AxCustTable.ExecuteStmt(select * From %1 where %1.ScanDate == \+ DateString + \); Regards, Joel Sharing the