Subject | Re: How to use Embedded Server |
---|---|
Author | softwaresleuth |
Post date | 2004-06-23T13:15:24Z |
I'm working with C# and .Net. Doesn't the .Net enviornment consider
fbclient.dll an unmanaged API?
If so, I need to use the DllImportAttribute function to access the Dll
which requires me to assign an exported function to the attribute, but
which exported function can I link to so I can load the library? If
you know of a way to do this in C# and .Net, please advise.
Thank you.
--- In firebird-support@yahoogroups.com, "Carlos H. Cantu"
<listas@w...> wrote:
fbclient.dll an unmanaged API?
If so, I need to use the DllImportAttribute function to access the Dll
which requires me to assign an exported function to the attribute, but
which exported function can I link to so I can load the library? If
you know of a way to do this in C# and .Net, please advise.
Thank you.
--- In firebird-support@yahoogroups.com, "Carlos H. Cantu"
<listas@w...> wrote:
> You just need to rename the download embedded server DLL to gds32.dll
> or fbclient.dll, depending on what library your software is expecting.
>
> No need to start/stop the server. It will be loaded as soon as your
> app loads the library. You dont need any special component, use the
> same components as you would use to access a normal firebird server.
>
> For more info check the files in the Firebird documentation folder.
>
> Carlos
> http://www.warmboot.com.br
> FireBase - http://www.FireBase.com.br
>
> s> Can someone direct me to some documentation to get started using the
> s> embedded server? Do I have to stop/start the server and how do I do
> s> that? Is there a dataset component package that I can use to connect
> s> to a database using the embedded server?
>
> s> Thank you.