Subject | RE: [firebird-support] Creating a database via an alias |
---|---|
Author | Rick Debay |
Post date | 2006-03-08T22:30:27Z |
This never worked for us, as we had DatabaseAccess set to None. FB
would then refuse to create the new database. I think this was with
version 1.5.1.
-----Original Message-----
From: firebird-support@yahoogroups.com
[mailto:firebird-support@yahoogroups.com] On Behalf Of Si Carter
Sent: Wednesday, March 08, 2006 5:21 AM
To: firebird-support@yahoogroups.com
Subject: RE: [firebird-support] Creating a database via an alias
SET SQL DIALECT 3;
CREATE DATABASE '127.0.0.1:dnfdb'
USER 'DNFDB_USER'
PASSWORD 'h6tr3sc7'
PAGE_SIZE 8192
DEFAULT CHARACTER SET ISO8859_1;
Rgds
Si Carter
http://www.fbtalk.net/ - Web Based Firebird Forum
http://sourceforge.net/projects/fbutils - FBUtils
http://sourceforge.net/projects/dnfbb - Web based, Firebird Powered
Forum
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Visit http://firebird.sourceforge.net and click the Resources item on
the main (top) menu. Try Knowledgebase and FAQ links !
Also search the knowledgebases at http://www.ibphoenix.com
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Yahoo! Groups Links
would then refuse to create the new database. I think this was with
version 1.5.1.
-----Original Message-----
From: firebird-support@yahoogroups.com
[mailto:firebird-support@yahoogroups.com] On Behalf Of Si Carter
Sent: Wednesday, March 08, 2006 5:21 AM
To: firebird-support@yahoogroups.com
Subject: RE: [firebird-support] Creating a database via an alias
> -----Original Message-----Yes. Below is an example from one of my scripts
> Is creating a database via it's alias supported?
SET SQL DIALECT 3;
CREATE DATABASE '127.0.0.1:dnfdb'
USER 'DNFDB_USER'
PASSWORD 'h6tr3sc7'
PAGE_SIZE 8192
DEFAULT CHARACTER SET ISO8859_1;
Rgds
Si Carter
http://www.fbtalk.net/ - Web Based Firebird Forum
http://sourceforge.net/projects/fbutils - FBUtils
http://sourceforge.net/projects/dnfbb - Web based, Firebird Powered
Forum
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Visit http://firebird.sourceforge.net and click the Resources item on
the main (top) menu. Try Knowledgebase and FAQ links !
Also search the knowledgebases at http://www.ibphoenix.com
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Yahoo! Groups Links