Access doesn't know the CAST() expression. We have to use the VBA convert functions instead.
This patch converts CAST(x AS INT) to CInt(x). Other types are supported as well.
Sergio Moreno added a comment - 08/Nov/11 12:13 AM
The path 1653 doesn't generates the JetCastFunction.cs file
It's said rejected patch when using tortoise. I have created it manually and copied the code inside the patch.
Thanks for your work
Mark Junker created issue - 21/Oct/11 12:20 AM
Sergio Moreno added a comment - 08/Nov/11 12:13 AM
Attachments