Hello All
The Windev analysis supports DATE only and Time only type fields in the files and so does MS SQL server for version 2008
.
The problem is that HCreation() will NOT create a DATE or a TIME type field in MS SQL Server, it creates a DateTime field instead.
Also the script generator in the analysis writes DateTime not Date or Time into the script it creates.
The only solution at the moment is the set the Date only and Time Only fields to text or manage the table creation and alteration with HExecuteSQLQuery().
Regards
Al
Edited 1 time(s). Last edit at 07/13/2011 06:56AM by Al.