Re: [Firebird-net-provider] unexpected problem with Euro sign

2007-07-12 Thread paha
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-

Re: [Firebird-net-provider] [FB-Tracker] Created: (DNET-105) FbCommandBuilder does not create Insert/Delete/Update Commands

2007-07-12 Thread Dean Harding
> 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. -

[Firebird-net-provider] [FB-Tracker] Created: (DNET-105) FbCommandBuilder does not create Insert/Delete/Update Commands

2007-07-12 Thread Eduardo Gamboa (JIRA)
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