Hi,
I'm pretty sure
https://drive.google.com/file/d/0BxNlh1_CctC4TUJMZ0xqeE81SHM/view?usp=sharing
is the version I was using successfully on NET CF 3.5. I have no idea if I
compiled it myself at the time (haven't touched any windows-related
development in a few years), but it was running on
Pocket
I _think_ the older versions are written in C++, so that will likely not work
or be much more complex.
The source prob uses newer C# features, so maybe you could still back-port to
.net 2
-Original Message-
From: slucas [mailto:slu...@iquanta.com]
Sent: 01 December 2015 06:43 PM
To:
if i remember properly, that was the first thing i tried like two weeks
ago. it wouldn't compile under VS2008 at all.
i think i need an older version designed for CF and .NET2.0.
On 12/1/15 11:04 AM, Louis van Alphen wrote:
> Maybe you could download the source and recompile for CFx
>
> http:/
Maybe you could download the source and recompile for CFx
http://www.firebirdsql.org/en/net-provider/
-Original Message-
From: slucas [mailto:slu...@iquanta.com]
Sent: 01 December 2015 05:26 PM
To: For users and developers of the Firebird .NET providers
Subject: Re: [Firebird-net-pro
ok, that is great, less dlls to deal with. so whether i put the
FirebirdSql.Data.FirebirdClient.dll in the \windows directory or in the
directory right next to the exe, i still get the same error. it throws
back:
Error {exe name}
MissingMethodException
Could not load type
'FirebirdSql.Data.Fi
On Tue, Dec 1, 2015, at 11:18, slucas wrote:
> ok, so i was able to compile with the version linked below. that is a
> start. and i copied the FirebirdSql.Data.FirebirdClient over to the
> scanner's \windows directory.
Why there?
> so, do i need a version of fbclient.dll on the scanner for t
ok, so i was able to compile with the version linked below. that is a
start. and i copied the FirebirdSql.Data.FirebirdClient over to the
scanner's \windows directory.
so, do i need a version of fbclient.dll on the scanner for the
FirebirdSql.Data.FirebirdClient.dll to reach the server? or d
Your bet is correct. The trusted auth code is used only when logging in.
Once the connection has been established, the codepath is the same.
--
Mgr. Jiří Činčura
Independent IT Specialist
--
Go from Idea to Many App Stor
Hi,
Running an application at a client site we notice a substantial lagging when
user is connected with trusted authentication compared to traditional.
And it is not a lag when posting changes to database but when posting
changes to a .net Dataset (they are committed to the db at a later stage