Search results

  1. N

    User-defined datatype in a Sql Server attached tables

    So true FoFa. I started with a read-only account cause it was the only one I had at that moment... :) then I moved to a better one :p Thanks again
  2. N

    User-defined datatype in a Sql Server attached tables

    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...
  3. N

    User-defined datatype in a Sql Server attached tables

    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...
Back
Top Bottom