Re: [Firebird-net-provider] ADO.NET provider 2.6.0 for Firebird released

2010-11-19 Thread Jiri Cincura
On Fri, Nov 19, 2010 at 12:24, Martin Turek wrote: > Sorry, guys, you're right! I've limited the other params and it's ok! No problem. Sometimes I'm debugging wrong code too. :D -- Jiri {x2} Cincura (x2develop.com founder) http://blog.cincura.net/ | http://www.ID3renamer.com --

Re: [Firebird-net-provider] ADO.NET provider 2.6.0 for Firebird released

2010-11-19 Thread Martin Turek
ers Betreff: Re: [Firebird-net-provider] ADO.NET provider 2.6.0 for Firebird released On Fri, Nov 19, 2010 at 10:44, Martin Turek wrote: > Well, when I comment out param5 it runs without problems! Looks like somewhere the parameter size or the value itself is longer. The check there

Re: [Firebird-net-provider] ADO.NET provider 2.6.0 for Firebird released

2010-11-19 Thread Jiri Cincura
On Fri, Nov 19, 2010 at 10:44, Martin Turek wrote: > Well, when I comment out param5 it runs without problems! Looks like somewhere the parameter size or the value itself is longer. The check there is: string svalue = param.DbValue.GetString(); if ((param.Length % param.Charset.BytesPerCharacter)

Re: [Firebird-net-provider] ADO.NET provider 2.6.0 for Firebird released

2010-11-19 Thread Martin Turek
provider 2.6.0 for Firebird released On Fri, Nov 19, 2010 at 10:07, Martin Turek wrote: > But it's still the same problem. The field I in the database is > varchar(10) and the value is only "true" or "false" (as I wrote). They > CAN'T get longer than 5.

Re: [Firebird-net-provider] ADO.NET provider 2.6.0 for Firebird released

2010-11-19 Thread Jiri Cincura
On Fri, Nov 19, 2010 at 10:07, Martin Turek wrote: > But it's still the same problem. The field I in the database is > varchar(10) and the value is only "true" or "false" (as I wrote). They > CAN'T get longer than 5. So, where the problem? Who said, it's param5? What about param2 or param3? --

Re: [Firebird-net-provider] ADO.NET provider 2.6.0 for Firebird released

2010-11-19 Thread Martin Turek
CAN'T get longer than 5. So, where the problem? Regards Martin -Ursprüngliche Nachricht- Von: Jiri Cincura [mailto:disk...@cincura.net] Gesendet: Freitag, 19. November 2010 09:22 An: For users and developers of the Firebird .NET providers Betreff: Re: [Firebird-net-provider] ADO.

Re: [Firebird-net-provider] ADO.NET provider 2.6.0 for Firebird released

2010-11-19 Thread Jiri Cincura
On Fri, Nov 19, 2010 at 09:15, Martin Turek wrote: > Can you help? You're trying to insert longer field than it's in database. Either provide proper value or specify size of param explicitly (and let DB handle it). > And why the hell I get your path on my computer in the > exception?? Because y

Re: [Firebird-net-provider] ADO.NET provider 2.6.0 for Firebird released

2010-11-19 Thread Martin Turek
Hi! I've got a problem with the new version, and I don't know what it is. Maybe it's not a problem with the version. I've created a command: String sqlStreams = "INSERT INTO STATIONDETAILS_STREAMS (STATIONDETAILSID, URL, FORMAT, BITRATE, PLAYLIST) VALUES (@param1, @param2, @param3, @param4, @p

Re: [Firebird-net-provider] ADO.NET provider 2.6.0 for Firebird released

2010-11-18 Thread Jiri Cincura
On Thu, Nov 18, 2010 at 15:40, Hernán Martínez wrote: > Does it depend on a minimum Firebird core version? AFAIK no. Tests are ran (and passed ;)) on all currently supported versions. > By the way, is the provider version number somehow related with the Firebird > core version? No. -- Jiri {

Re: [Firebird-net-provider] ADO.NET provider 2.6.0 for Firebird released

2010-11-18 Thread Hernán Martínez
El 18/11/2010, a las 05:04, Jiri Cincura escribió: > Firebird .NET provider team is proud to announce next version of > ADO.NET provider for Firebird - 2.6.0. > > This version contains various bug fixes as well as new features and > improvements. And of course support for some of new Firebird se

[Firebird-net-provider] ADO.NET provider 2.6.0 for Firebird released

2010-11-17 Thread Jiri Cincura
Firebird .NET provider team is proud to announce next version of ADO.NET provider for Firebird - 2.6.0. This version contains various bug fixes as well as new features and improvements. And of course support for some of new Firebird server features. Highlights: * .NET 4 Client Profile support. * E