Hi!

Yes, there ist he pdb file.

I've changed the code to 
...
cmdSts.Parameters.Add("param5", FbDbType.VarChar, 5);
...

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?

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.NET provider 2.6.0 for Firebird 
released

On Fri, Nov 19, 2010 at 09:15, Martin Turek <tur...@bury.com> 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 you probably have there PDB file.

-- 

Jiri {x2} Cincura (x2develop.com founder)
http://blog.cincura.net/ | http://www.ID3renamer.com

------------------------------------------------------------------------
------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider



------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to