i was changing the collation of some name fields to _AI instead of _AS
but as soon as i run a query on that table DA throws an error saying that it detected a collation error
running the same query in sql studio does work
so what is the reason behind this?
and how do i solve this?
since i don’t see how to slip the collation into the query itself using DynWhere
and i’m not sure i want that considering the performance impact
so if i change a varchar field to nvarchar, using SDAC, do i need to recreate the DAschema strong typed fielddefs?
i guess not since the string type is already widestring?