Simonov Denis <sim-m...@list.ru> писал(а) в своём письме Sat, 05 Apr 2014  
16:44:08 +0400:

> new database can be created without problems
> c:\Program Files\Firebird\Firebird_3_0>isql
> Use CONNECT or CREATE DATABASE to specify a database
> SQL> create database 'd:\interbasedata\3.0\test_new.fdb' user
> 'sysdba' password 'masterkey';
> SQL> create table t1 (id integer);
> SQL> quit;

No problem database is created only embeded engine. Via TCP (plug SRP)  
create a database failed.

Use CONNECT or CREATE DATABASE to specify a database
SQL> create database 'localhost/3051:d:\interbasedata\3.0\test_new.fdb'  
user 'sysdba' password 'masterkey';
Statement failed, SQLSTATE = 08004
IProvider::attachDatabase failed when loading mapping cache
-I/O error during "CreateFile (open)" operation for file  
"D:\INTERBASEDATA\3.0\TEST_NEW.FDB"
-Error while trying to open file
-Не удается найти указанный файл.
SQL>


------------------------------------------------------------------------------
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to