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

Reply via email to