Hi Robert,
This is what I had to do to get Firebird 2.0 embedded to work on my WinXP-64 w/
AMD-64
Make sure ALL these are in the same directory as your executable
(...MyApp\bin\Debug\MyApp.exe)
fbembed.dll
FirebirdSql.Data.FirebirdClient.dll
icudt30.dll
icuin30.dll
icuuc30.dll
msvcp71.dll
msvcr71.dll
MyApp.exe
When you build your app, make sure you build it in 32-bit mode. I read
somewhere that 32-bit .dll loading in WinXp-64 will not work.(I spend half a
day on that problem)
Vlad
----- Original Message ----
From: Scott Price <[EMAIL PROTECTED]>
To: For users and developers of the Firebird .NET providers
<firebird-net-provider@lists.sourceforge.net>
Sent: Wednesday, January 24, 2007 12:30:46 PM
Subject: Re: [Firebird-net-provider] HELP! Please! FireBird Embedded NET 2.0
ADDENDUM some progress!
Hi Robert,
Did you get my replies to you, by any chance? I think I sent them to
your email, rather then the list here.
Kind regards,
Scott :)
Robert Meek wrote:
> After spending about three hours this morning and looking up some opposing
> esamples from yet another Firebird NET site on the internet, I came up with
> this:
>
> MyFBConnectionString := new FbConnectionStringBuilder();
> MyFBConnectionString.Add('ServerType', 1);
> MyFBConnectionString.Add('User', 'SYSDBA');
> MyFBConnectionString.Add('Pooling', False);
> MyFBConnectionString.Add('Password', 'masterkey');
> MyFBConnectionString.Add('Dialect', 3);
> MyFBConnectionString.Add('Database', DataStoreFile);
> MyFbConnection := new FbConnection();
> MyFbConnection.CreateDatabase(MyFBConnectionString.ToString);
>
> Now THIS actually compiles but when I run it in the debugger it tells me
> it cannot find 'fbembed.dll'! I have that file in it's installation
> directory as well as in the application's exe directory, so there must be
> something missing in the conection string perhaps?
>
>
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider
____________________________________________________________________________________
Don't pick lemons.
See all the new 2007 cars at Yahoo! Autos.
http://autos.yahoo.com/new_cars.html
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider