Subject | Re: [firebird-support] database access for embedded server |
---|---|
Author | Elmar Haneke |
Post date | 2011-05-11T07:50:36Z |
> Will the following be not acceptable to the embedded server?This does an TCP/IP connect to an server running on the same machine. It
>
> "CREATE DATABASE 'localhost:C:/test.fdb' USER 'SYSDBA' PASSWORD
> 'masterkey' PAGE_SIZE 8192 DEFAULT CHARACTER SET WIN1252"
gives an error is no server is running.
> "CREATE DATABASE 'C:/test.fdb' USER 'SYSDBA' PASSWORD 'masterkey'This might have an problem with the drive letter provided. I would
> PAGE_SIZE 8192 DEFAULT CHARACTER SET WIN1252"
assume an TCP/IP connect to host "c" to be executed.
For embedded you should try ':c:\test.fdb'.
Elmar