Re: [Firebird-net-provider] Handling of boolean in .Net Provider 4.6.2

2015-06-26 Thread Christian Waldmann
Using SMALLINT in table to store 'bool' value from C# works perfect with stand alone and embedded server. (May be I have a char set problem (none, ASCII, UTF8,...) in DB or connection when using CHAR(1) to store a 'bool'!) Thanks Thanks for the info I will do some test with a SMALLINT field.

[Firebird-net-provider] ADO.NET provider 4.6.4.0

2015-06-26 Thread Jiří Činčura
More info http://blog.cincura.net/233511-ado-net-provider-4-6-4-0-for-firebird-is-ready/ . -- Mgr. Jiří Činčura Independent IT Specialist -- Monitor 25 network devices or servers for free with OpManager! OpManager is

[Firebird-net-provider] Handling of boolean in .Net Provider 4.6.2

2015-06-26 Thread Christian Waldmann
I am using Firebird 2.5.4, superServer and embedded, Visula Studio 2013, .Net Framework 4.5.1, .Net Provider 4.6.2 //== = I have defined a table with CyclePassed CHAR(1) to store a boolean result CREATE TABLE

Re: [Firebird-net-provider] Handling of boolean in .Net Provider 4.6.2

2015-06-26 Thread Геннадий Забула
We are using SMALLINT type in our project. FB EF provider also generates tables with SMALLINT fields for code-first class fields. On 26 June 2015 at 14:49, Christian Waldmann christian.waldm...@rte-ag.ch wrote: I am using Firebird 2.5.4, superServer and embedded, Visula Studio 2013, .Net

Re: [Firebird-net-provider] Handling of boolean in .Net Provider 4.6.2

2015-06-26 Thread Christian Waldmann
Thanks for the info I will do some test with a SMALLINT field. Happy coding Chris -Ursprüngliche Nachricht- Von: Геннадий Забула [mailto:zabulu...@gmail.com] Gesendet: Freitag, 26. Juni 2015 15:11 An: christian.waldm...@rte-ag.ch; For users and developers of the Firebird .NET