Subject | Re: [firebird-support] How to use Embedded Server |
---|---|
Author | Carlos H. Cantu |
Post date | 2004-06-21T18:48:04Z |
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.
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.