>
> 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
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
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,
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'
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
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