Re: [Firebird-net-provider] FbBatchScript can't CREATE DATABASEin Embedded server

2009-01-05 Thread Jiri Cincura
On Mon, Jan 5, 2009 at 22:52, Dean Harding wrote: >> I think, FbBatchScript not support CREATE DATABASE in Embedded Server? > > Right. As I said, the embedded server works on database files directly, so > you need to create the database with FbConnection.CreateDatabase. You can > still use FbBatch

Re: [Firebird-net-provider] FbBatchScript can't CREATE DATABASEin Embedded server

2009-01-05 Thread Dean Harding
> I think, FbBatchScript not support CREATE DATABASE in Embedded Server? Right. As I said, the embedded server works on database files directly, so you need to create the database with FbConnection.CreateDatabase. You can still use FbBatchScript to populate the database with tables and so on. Dea

Re: [Firebird-net-provider] FbBatchScript can't CREATE DATABASEin Embedded server

2009-01-05 Thread Pham Huu Le Quoc Phuc
t-provider] FbBatchScript can't CREATE DATABASEin Embedded server > I get lastest Fb.Net 2.5 and build it. I try to use FbBatchScript to create > database in Embbedded mode. But it can't. Please help me. You haven't described the problem. HOW do you try to create a database using the Fb