Hello:
> And must I run the fbserver.exe when I try 2 access
> the database? Or just don't need that anymore?
Sorry i left this without answer in my previous email
You need to download the Firebird Embedded Server:
http://prdownloads.sourceforge.net/firebird/Firebird-1.5.0.4201_RC8_embed_win32.zip?download
Using ServerType=1 in the connection string the provider will use the
fbembed.dll (you need to have it in the path), if you use ServerType=0
the provider will try to work against a Super or Classic Server
installation.
--
Best regards
Carlos Guzmán álvarez
Vigo-Spain
From: Sander B. <sbo...@es...> - 2004-01-14 00:53:08
How can you create a database with the netprovider 1.6 is that possible??
"Carlos Guzmán Álvarez" <car...@te...> wrote in message
news:400...@te......
> Hello:
>
> > And must I run the fbserver.exe when I try 2 access
> > the database? Or just don't need that anymore?
>
>
> Sorry i left this without answer in my previous email
> You need to download the Firebird Embedded Server:
>
>
http://prdownloads.sourceforge.net/firebird/Firebird-1.5.0.4201_RC8_embed_win32.zip?download
>
> Using ServerType=1 in the connection string the provider will use the
> fbembed.dll (you need to have it in the path), if you use ServerType=0
> the provider will try to work against a Super or Classic Server
> installation.
>
>
>
>
> --
> Best regards
>
> Carlos Guzmán álvarez
> Vigo-Spain
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: Perforce Software.
> Perforce is the Fast Software Configuration Management System offering
> advanced branching capabilities and atomic changes on 50+ platforms.
> Free Eval! http://www.perforce.com/perforce/loadprog.html
> _______________________________________________
> Firebird-net-provider mailing list
> Fir...@li...
> https://lists.sourceforge.net/lists/listinfo/firebird-net-provider
>
Hello:
> How can you create a database with the netprovider 1.6 is that possible??
Using FbConnection.CreateDatabase method.
--
Best regards
Carlos Guzmán Álvarez
Vigo-Spain