Yes I got them and sent a receipt as requested.  You know, some are
again telling me use the docs like the getting started pdf but these are
practically worthless unless you already know what you're doing!  I'm really
quite amazed at the poor state of documentation.  I can easily understand
that it is a volunteer effort, but I've heard so much about it that is
impressive I really wanted to try it out.  Now however, I'm getting
conflicting answers regarding access methods compared to what I was told on
the same lists just a while ago!  It appears most of the firebird users
don't even understand it and have most likely slowly hacked together a
working system based on trial and error the way I've been doing!    

from Robert Meek dba Tangentals Design  CCopyright 2006
Proud to be a moderator of "The Delphi Lists" at elists.org

(["An unused program is the consequence of a higher logic!", nil])  As
written in The Compendium of Accepted Robotic and Surrlogic Theorems Used in
the Self Analysis of Elemental Positronic Pathways...1st Edition Revised


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Scott Price
Sent: Wednesday, January 24, 2007 1:19 PM
To: For users and developers of the Firebird .NET providers
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


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