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
--
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
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)
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.
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?
--
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.
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
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
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 {
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 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
11 matches
Mail list logo