Thank for your suggestion but with a passthrough query I cant modify the data.
But if I create a view in the Sql Server db, converting the columns with CAST/CONVERT then I can attach the view instead of the table itself.
That's seems to work as soon as U dont need to update the value of a...
Hi all,
I'm trying to attach some table from a Sql Server database, but when I take a look to the content, I see all the fields filled by the value "#CANCELLED".
I supposed that the matter of such an issue could be the datatype used for some fields, a user-defined datatype. The only table...