Re: [Firebird-net-provider] Strange query issue when using with RIA services

2010-11-26 Thread H4b0s
, Nov 25, 2010 at 10:24 PM, Jiri Cincura wrote: > On Thu, Nov 25, 2010 at 22:08, H4b0s wrote: >> So my question is what i'm doing wrong or why isn't the datetime param >> quoted? > > I have no idea. > > -- > Jiri {x2} Cincur

[Firebird-net-provider] Strange query issue when using with RIA services

2010-11-25 Thread H4b0s
Hi I used your example from http://blog.cincura.net/231783-ultimate-efv4-ctp4-code-first-full-mapping-example-using-firebird/ and made a simple model, dbcontext and firebird database. public class Drzava { public int Id {get; set; } public string Oznaka { get; set; }

[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] Also problems with beta 1 with VS 2005

2005-12-06 Thread H4b0s
For me was the problem that I didn't installed the VS 2005 SDK as I tought it's installed together with the .net 2.0 SDK but it isn't.As soon I downloaded the VS 2005 SDK october release (around 80 Mb) and installed it, the Firebird .net provider instantly begin to work. And it works very nice sinc

Re: [Firebird-net-provider] Also problems with beta 1 with VS 2005

2005-12-02 Thread H4b0s
Installed the VS 2005 october SDK and now works. :)Thx for the hint Carlos, i tought that VS SDK was also included into VS install.On 12/2/05, Martin Schmid <[EMAIL PROTECTED]> wrote:On my installation the SDK 2.0 is installed!<[EMAIL PROTECTED]> schrieb im Newsbeitragnews:[EMAIL PROTECTED]> Hell

Re: [Firebird-net-provider] Also problems with beta 1 with VS 2005

2005-12-02 Thread H4b0s
I'm not sure, does it's installed with the VS2005 professional install or do I need to download it and install it as separate?Downloading now will try afternoon to install the downloaded one. On 12/2/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hello:>I also getting the same message and I alrea