LLBLGen Pro. Version 2.5 Final
SqlServer2005 -> replicating to SqlServerCE
SQLServer DBDriver (2.5.08162007)
Generating against a SqlServer2005 database, xml and varchar(max) data types appear to be used as varchar(2147483647). However, when replicated to a SqlServerCE database, neither of these data types is supported and they are both converted to ntext. This creates a problem when trying to insert a varchar() type into a ntext field in the SqlServerCE database.
Is there an explicit way to force certain entity fields to generate as if the underlying database type was ntext instead of varchar()? Is there support to generate directly against a SqlServerCE database?
Thanks,
Jason