Discussion:
[Firebird-devel] Create database with alias
Julio Cesar
2003-04-16 11:06:07 UTC
Permalink
I used this
CREATE DATABASE 'GestorTef'
USER 'SYSDBA' PASSWORD 'masterkey'
PAGE_SIZE = 4096
DEFAULT CHARACTER SET WIN1252

that GestorTef is an config in alias.conf

GestorTef = c:\gestor\banco\gestorteg.gdb

the server create an file on c:\windows\desktop named gestor~1...... it's a bug or create database d'ont use alias.conf???


Julio Cesar
***@yahoo.com.br
FB 1.5/IBX/MDO/Delphi6/7
www.codigolivre.org.br/projects/mercury
Alex Peshkov
2003-04-16 11:27:21 UTC
Permalink
Julio, please don't post to this list in HTML format, use plain text
instead.
It's not a bug - create database does not use alias.conf, this is by design.
Alex.


----- Original Message -----
From: Julio Cesar
To: Firebird Devel
Sent: Wednesday, April 16, 2003 5:05 PM
Subject: [Firebird-devel] Create database with alias


I used this
CREATE DATABASE 'GestorTef'
USER 'SYSDBA' PASSWORD 'masterkey'
PAGE_SIZE = 4096
DEFAULT CHARACTER SET WIN1252

that GestorTef is an config in alias.conf

GestorTef = c:\gestor\banco\gestorteg.gdb

the server create an file on c:\windows\desktop named gestor~1...... it's a
bug or create database d'ont use alias.conf???


Julio Cesar
***@yahoo.com.br
FB 1.5/IBX/MDO/Delphi6/7
www.codigolivre.org.br/projects/mercury

Loading...