Andre, check that fields, containing those memo records, also use win1252
and don't forget about collation, it should be PXW_INTL850, not win1252 ,
because you will have wrong sort order with umlauts ;-)
--
View this message in context:
http://www.nabble.com/unexpected-problem-with-Euro-sign-
> FbCommandBuilder does not create Insert/Delete/Update Commands
> ...
> //The next three lines will throw Exceptions
This is the correct behaviour; it's up to you to populate those commands.
Use FbCommandBuilder.GetUpdateCommand() and friends.
Dean.
-
FbCommandBuilder does not create Insert/Delete/Update Commands
--
Key: DNET-105
URL: http://tracker.firebirdsql.org/browse/DNET-105
Project: .NET Data provider
Issue Type: Bug