Re: [Firebird-net-provider] Fb 3 connection string upgrade

2016-05-04 Thread Kyle Green
nks, --- Kyle Green On 2016-05-04 04:29, Mark Rotteveel wrote: > On 2016-05-03 23:45, Kyle Green wrote: >> Thank you, I have done as you suggested, and the connection string >> works! >> >> However the user I created has no permissions, not even select >> permissi

Re: [Firebird-net-provider] Fb 3 connection string upgrade

2016-05-03 Thread Kyle Green
pears. I have always used SYSDBA account for my web applications, so I have no experience with user accounts. What might be missing? Thanks --- Kyle Green On 2016-05-03 11:01, Mark Rotteveel wrote: > See http://stackoverflow.com/q/36752916/466862 [3] > > In short edit Firebird.conf

[Firebird-net-provider] Fb 3 connection string upgrade

2016-05-03 Thread Kyle Green
key;server=MyServer;Pooling=true;MinPoolSize=0;MaxPoolSize=100;Connection Lifetime=0;Connection Timeout=15; firebird.conf is default with ServerMode - Classic databases.conf is default How can I get this to work? Thanks! -- Kyle Gr

[Firebird-net-provider] double subscribed

2016-04-28 Thread Kyle Green
sorry for the double post - it appears I am subscribed twice how can I remove one of the subscriptions? --- Kyle Green On 2016-04-28 10:47, Kyle Green wrote: > I’ve installed the newest provider from the msi installer on a Windows > 10 laptop running Visual Studio 2008. I replaced Firebi

[Firebird-net-provider] Firebird Provider 4.10 on VS 2008

2016-04-28 Thread Kyle Green
add a reference for the new provider, it just doesn’t take it. It shows up in the reference list with a yellow triangle. Does this provider not work with Visual Studio 2008, or with .net 3.5? Thanks, Kyle -- Kyle Green

[Firebird-net-provider] Firebird Provider 4.10 on VS 2008

2016-04-28 Thread Kyle Green
reference for the new provider, it just doesn’t take it. It shows up the reference list with a yellow triangle, and no information, Does this provider not work with Visual Studio 2008, or with .net 3.5? Thanks, -- Kyle Green

[Firebird-net-provider] provider documentation?

2012-10-09 Thread Kyle Green
Hello, Is there documentation available for download the Firebird provider? Thanks, Kyle -- Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know

[Firebird-net-provider] Downloadable manual

2012-10-09 Thread Kyle Green
Hello, Is there a downloadable manual for Firebird Provider? At the moment I am mainly interested in investigating Connection and pool issues Thanks, Kyle -- Don't let slow site performance ruin your business. Deploy Ne

Re: [Firebird-net-provider] FbDbType.Decimal param fails

2010-02-03 Thread Kyle Green
So to recap, this all works if I use FbDbType.Float. If I change to FbDbType.Decimal it fails with the DateTime error. The field in the database is decimal(8,2). Andre suggested that the declaration in the table be at least size 12? I have not been able to try this yet. But if that is the case,

Re: [Firebird-net-provider] FbDbType.Decimal param fails

2010-02-03 Thread Kyle Green
So to recap, this all works if I use FbDbType.Float. If I change to FbDbType.Decimal it fails with the DateTime error. The field in the database is decimal(8,2). Andre suggested that the declaration in the table be at least size 12? I have not been able to try this yet. But if that is the case,

Re: [Firebird-net-provider] FbDbType.Decimal param fails

2010-02-01 Thread Kyle Green
Hi Daniel, I'm not at my workstation today, so I can't cut and paste anything. I will try tomorrow. However, I can mention that I am using the provider in probably two dozen projects, and in each project I have at least 50 parameterized inserts. In no case am I able to use the decimal type. If I

[Firebird-net-provider] install multiple versions?

2009-06-25 Thread Kyle Green
Hello, It seems when I tried to install provider 2.5 on Win2k8, it asks me to uninstall the previous version. I have been running several versions in the GAC simultaneously on my other servers. Don't remember being required to uninstall. Will an uninstall remove previous versions from the GAC?

[Firebird-net-provider] Provider 2.1 with Firebird 2.5 on Win2k8?

2009-06-25 Thread Kyle Green
Hello, I am running Firebird 2.5 Alpha on my Win2k8 Standard dev server, and dotnet provider 2.1. works fine. I am migrating production server to Win2k8 x64 Web Edition, with Firebird 2.5 beta, using dotnet provider 2.1. I can read from the database, but cannot write to it. I assume it is Win2k8

Re: [Firebird-net-provider] 2.0.0.0 works, not 2.0.1.0

2007-02-02 Thread Kyle Green
Yes maybe it is best to start with a clean environment. Since no one else is having the problem, this seems most likely problem. THanks, Kyle - Original Message - Subject: Re: [Firebird-net-provider] 2.0.0.0 works, not 2.0.1.0 Date: Fri, February 2, 2007 11:22 From: Carlos Guzmán Álva

Re: [Firebird-net-provider] 2.0.0.0 works, not 2.0.1.0

2007-02-02 Thread Kyle Green
Hello Jiri, That is what I assumed. The Gac has both 2.0.0.0 and 2.0.1.0. Web config refers to 2.0.1.0 I have checked that the libraries were built with 2.0.1.0, and there are in the Gac. However I will rebuild them all to be triply sure. They are built on the same machine, but not in the same S

Re: [Firebird-net-provider] Unable to cast object FbParameter

2007-02-02 Thread Kyle Green
bject FbParameter Date: Thu, February 1, 2007 22:40 From: "Jiri Cincura" <[EMAIL PROTECTED]> > Kyle Green wrote: > > Unable to cast object of type > > 'FirebirdSql.Data.FirebirdClient.FbParameter' to type > > 'FirebirdSql.Data.FirebirdClient.FbPar

[Firebird-net-provider] Unable to cast object FbParameter

2007-02-01 Thread Kyle Green
Hello, Using v2.0.1.0 I'm running into this problem on a parameterized insert, Is there a way to work around this? Unable to cast object of type 'FirebirdSql.Data.FirebirdClient.FbParameter' to type 'FirebirdSql.Data.FirebirdClient.FbParameter' insert into CtArcMsgs (ArcMsgSrcTbl, ArcMsgSrcTblI

[Firebird-net-provider] 2.0.0.0 works, not 2.0.1.0

2007-02-01 Thread Kyle Green
Hello, I am having a weird problem. In the Gac is version 2.0.1.0. In web.config I have: http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 ___ Firebird-net-provider mailing list Firebird-net-provider@lists.sourceforge.net https