Re: [Firebird-net-provider] mono 2.0 released

2008-10-06 Thread Jiri Cincura
On Mon, Oct 6, 2008 at 5:13 PM, marius popa <[EMAIL PROTECTED]> wrote: > I tried now and maybe it doesn't work on my amd64 box > > Unhandled Exception: System.TypeInitializationException: An exception > was thrown by the type initializer for FirebirdSql.Data.Common.Charset > ---> System.ArgumentExc

Re: [Firebird-net-provider] mono 2.0 released

2008-10-06 Thread marius popa
On Mon, Oct 6, 2008 at 12:14 PM, Jiri Cincura <[EMAIL PROTECTED]> wrote: > On Mon, Oct 6, 2008 at 10:31 AM, marius popa <[EMAIL PROTECTED]> wrote: >> I have tested .net provider with mono 1.9.1 but i guess it should work >> ok with final release too > > Hi, > > can you test build from VS (from site

Re: [Firebird-net-provider] Parameter length

2008-10-06 Thread Jiri Cincura
Check mailing list archive for a last week. This has been discussed here. Or check http://tracker.firebirdsql.org/browse/DNET-124 . -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com --

Re: [Firebird-net-provider] Problems with parametrized queries (DDEX VS2008)

2008-10-06 Thread Jiri Cincura
Try the 2.5 version. I'm not sure in what version we did change to better support passing params in ASP.NET (I have a feeling that it was in after 2.1 release). -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com

Re: [Firebird-net-provider] Parameter length

2008-10-06 Thread Kosta Curcic
H4b0s wrote: Something like: SELECT count(*) as y0_ FROM Drzava this_ WHERE this_.Aktivan = @p0 and lower(substr(this_.Oznaka,1,2)) like @p1; @p0 = 'True', @p1 = '%a%' solved my problems (same environment - NHibernate & Firebird) Regards.

[Firebird-net-provider] Parameter length

2008-10-06 Thread H4b0s
Hi! First of all thx for the .net Firebird provider. I have a question regarding the parameter length and the error code 335544321 I'm using the provider with NHibernate and getting the above error when issuing the following query: SELECT count(*) as y0_ FROM Drzava this_ WHERE this_.Aktivan =

[Firebird-net-provider] Parameter length

2008-10-06 Thread H4b0s
Hi! First of all thx for the .net Firebird provider. I have a question regarding the parameter length and the error code 335544321 I'm using the provider with NHibernate and getting the above error when issuing the following query: SELECT count(*) as y0_ FROM Drzava this_ WHERE this_.Aktivan =

Re: [Firebird-net-provider] Problems with parametrized queries (DDEX VS2008)

2008-10-06 Thread Zento
Jiri Cincura wrote: > > On Thu, Oct 2, 2008 at 11:01 AM, Zento <[EMAIL PROTECTED]> wrote: >> "Execute Query" button worked correctly, but "Test Query" button show >> this >> error: "Must declare command parameters". Tryed also to fill SelectQuery >> property directly, adding a named and typed pa

Re: [Firebird-net-provider] mono 2.0 released

2008-10-06 Thread Jiri Cincura
On Mon, Oct 6, 2008 at 10:31 AM, marius popa <[EMAIL PROTECTED]> wrote: > I have tested .net provider with mono 1.9.1 but i guess it should work > ok with final release too Hi, can you test build from VS (from site) using under Mono? It _should_ be binary compatible. :) -- Jiri {x2} Cincura (CT

Re: [Firebird-net-provider] Server Engine`?

2008-10-06 Thread Jiri Cincura
On Mon, Oct 6, 2008 at 10:18 AM, mike grace <[EMAIL PROTECTED]> wrote: > How does timeout avoid this issue? When you have record locked i.e. for 20 minutes, you can say, that the application chrashed (no unlock was done) and you allow to edit it. -- Jiri {x2} Cincura (CTO x2develop.com) http://b

[Firebird-net-provider] mono 2.0 released

2008-10-06 Thread marius popa
I have tested .net provider with mono 1.9.1 but i guess it should work ok with final release too http://mapopa.blogspot.com/2008/09/mono-firebird-example-updated-you-must.html Here is the new release notes via Miguel Blog http://www.firebirdnews.org/?p=2004 -- developer flamerobin.org

Re: [Firebird-net-provider] Server Engine`?

2008-10-06 Thread mike grace
Hi, How does timeout avoid this issue? Regards Mike Hello Jiri, > On Sun, Oct 5, 2008 at 8:22 AM, Sven <[EMAIL PROTECTED]> wrote: > >> Timestamp - when one of my application crashes I have a dead entry in >> my database... >> > Timeout will solve this in a nice way... > > -

Re: [Firebird-net-provider] Re moteEventCounts in FbRemoteEvent

2008-10-06 Thread Jiri Cincura
On Fri, Jul 18, 2008 at 5:11 PM, paha <[EMAIL PROTECTED]> wrote: > It seems like handling of RemoteEventCounts-Event of the FbRemoteEvent class > occurs in other than calling thread. It means, accessing some outside > objects inside FbRemoteEventEventHandler is not thread safe (and this fact > is n

Re: [Firebird-net-provider] Error in Firebird .NET Data Provider2.5.0 Alpha 2

2008-10-06 Thread Jiri Cincura
On Mon, Oct 6, 2008 at 9:35 AM, Priebe, Joern (GE EntSol, Security) <[EMAIL PROTECTED]> wrote: > Yes, it works perfectly with 2.1. So check weekly build and/or create a simply test-case and put it in tracker. I'll look at it. -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.vyvojar.cz/jirka/

Re: [Firebird-net-provider] Error in Firebird .NET Data Provider2.5.0 Alpha 2

2008-10-06 Thread Priebe, Joern (GE EntSol, Security)
Yes, it works perfectly with 2.1. -Original Message- From: Jiri Cincura [mailto:[EMAIL PROTECTED] Sent: Saturday, October 04, 2008 11:34 PM To: For users and developers of the Firebird .NET providers Subject: Re: [Firebird-net-provider] Error in Firebird .NET Data Provider2.5.0 Alpha 2 >