This brings us back to what we've started from.
The date value is the same, just its visual appearance is in accordance with german regional settings. It is not the Access which "returns date in German format", it is .NET code which formats the date when writing to Console or converting to string. This make problem when you further try to incorporate thus formatted string into SQL expression.
The date value is the same, just its visual appearance is in accordance with german regional settings. It is not the Access which "returns date in German format", it is .NET code which formats the date when writing to Console or converting to string. This make problem when you further try to incorporate thus formatted string into SQL expression.
Comment