hello,
i am not sure but i don't see any error my code. it's very simple code to
test connection.
I use same connection string in windows application and no problem.
but i recive this exception in windows ce and i use latest source but i
always have this exception, 'No message for error code 335544721 found'.
this is my code
string connectionstring = " User=SYSDBA; Password=213543213; Database=
C:/Ofisnet/Bin/
Ofisnet.fdb; DataSource=localhost; ";
FbConnection conn = new FbConnection(connectionstring);
conn.Open();
if (ConnectionState.Open == conn.State)
{
label1.Text = "Connected";
}
else
{
label1.Text =
"Not connected";
}
conn.Close();
and I want to make an application for the pocket pc that will perform
queries on a remote database.
example connectionstring is
connectionstring = " User=SYSDBA; Password=213543213;
Database=192.168.1.254:D:/Ofisnet/Bin/betim2006.fdb; "
is it possible
Thanks for your help.
2008/10/3 Jiri Cincura <[EMAIL PROTECTED]>
> Try latest sources. If the problem is still there, report it to the
> tracker.
>
> As far as I'm looking to code, this path has been applied.
>
> --
> Jiri {x2} Cincura (CTO x2develop.com)
> http://blog.vyvojar.cz/jirka/ |
> http://www.ID3renamer.com<http://www.id3renamer.com/>
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Firebird-net-provider mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/firebird-net-provider
>
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Firebird-net-provider mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider