Hi,
I have a strange isssue and can't get my fingers on it.
I have micrsoft sql server holding a database with some info. Using sql-manager I can see all info is okay.
When I open a connection from Windev using the OLEDB driver, all dates are treated like full strings so instead of getting 20180130 I'm getting "2018-01-" as a result which is of course a bad date. And the app is throwing all kind of errors.
When using the native sql driver from pcsoft I have no issue at all?!?!
Even when using hfsql control centre to connect to the sqlserver it shows the right info.
Is there some setting I overlooked of what?
I have a strange isssue and can't get my fingers on it.
I have micrsoft sql server holding a database with some info. Using sql-manager I can see all info is okay.
When I open a connection from Windev using the OLEDB driver, all dates are treated like full strings so instead of getting 20180130 I'm getting "2018-01-" as a result which is of course a bad date. And the app is throwing all kind of errors.
When using the native sql driver from pcsoft I have no issue at all?!?!
Even when using hfsql control centre to connect to the sqlserver it shows the right info.
Is there some setting I overlooked of what?