Re: [Firebird-net-provider] PlatformNotSupportedException

2009-03-24 Thread E.D. Epperson
> > On Mon, Mar 23, 2009 at 23:06, E.D. Epperson > wrote: > > So first question, are my connection strings correct for the compact > > edition? > > It's not correct at all. Why to use iso-8859-1? Everything in > .NET is > unicode. Hence if you're

[Firebird-net-provider] PlatformNotSupportedException

2009-03-23 Thread E.D. Epperson
I am trying to use the FirebirdSql.Data.FirebirdClient.dll, v2.0.1 for CompactEdition in a Windows Mobile 6.1 app. coding in VS2008 using USA Windows Mobile 6.1 Classic Emulator. The emulator does display a IP address (192.168.0.101) when I click on Configure Network Adapters, so I'm assuming

Re: [Firebird-net-provider] firebird client and windows mobile app

2009-03-19 Thread E.D. Epperson
Problem solved. Its generally helpful to use the library targeted for CompactEdition. I downloaded FirebirdSql.Data.FirebirdClient.dll, v2.0.1 for CompactEdition and it worked. E. D. Epperson Jr. - Original Message - From: "E.D. Epperson" Date: Thursday, March 19,

[Firebird-net-provider] firebird client and windows mobile app

2009-03-19 Thread E.D. Epperson
working on a Window Mobile 6.1 app. Included in my references are FirebirdSql.Data.FirebirdClient - v2.1.0.0 System - v2.0.50727 System.Data - v2.0.50727 in the class, I have this declaration: private FbConnection conn; when I compile, I get this error: The type 'System.Data.Common.DbConnection'

[Firebird-net-provider] using Firebird 2.01 client with Windows Mobile 5 or 6.1

2009-03-11 Thread E.D. Epperson
I am getting ready to undertake a project using either Windows Mobile 5.0 or 6.1 (at this point, the decision is up to the client) I read somewhere that you could use FirebirdClient on Windows Mobile. Is that correct? If so, is there any documentation on how to do it? Any examples? Any gotcha

[Firebird-net-provider] Column unknown error when running stored procedure

2009-02-28 Thread E.D. Epperson
Using Firebird 2.1.1.17910 FirebirdSql.Data.FirebirdClient.dll 2.0.1.0 FlameRobin 0.9.01748 VisualStudio 2008 I have a stored procedure written in FlameRobin that runs as designed when executed from FlameRobin. However, when that same sproc is called from my winforms client, using the same para