Subject | RE: [ib-support] Importing Records |
---|---|
Author | Mike Grover |
Post date | 2001-08-14T13:28:16Z |
Sounds good, I am downloading it right now!
I have some time to play with it :-)
I like the idea of it all in one file...
Is anybody else here using firebird?
thanks all, You are all so helpfull..
I appreciate it as I am new to Interbase...
-----Original Message-----
From: Leyne, Sean [mailto:InterbaseSupport@...]
Sent: Monday, August 13, 2001 5:14 PM
To: 'ib-support@yahoogroups.com'
Subject: RE: [ib-support] Importing Records
Mike,
I was referring to problems accessing EXTERNAL TABLES over 4Gb in size.
By the way, you might want to download the latest Firebird engine from
www.FirebirdSQL.org, the new 64bit I/O support would mean that you could
eliminate the secondary database files and simply create the database
as:
create database 'x:\experian.gdb' PAGE_SIZE = 16384 USER 'SYSDBA'
PASSWORD 'masterkey'
This would make it a lot easier to move the database to a different path
on your huge disk array, which is something you can't normally do with
database with secondary files expect by performing a backup/restore.
You'll note that the page size is 16KB -- this is another Firebird
enhancement over the Interbase engine.
Sean
To unsubscribe from this group, send an email to:
ib-support-unsubscribe@egroups.com
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
I have some time to play with it :-)
I like the idea of it all in one file...
Is anybody else here using firebird?
thanks all, You are all so helpfull..
I appreciate it as I am new to Interbase...
-----Original Message-----
From: Leyne, Sean [mailto:InterbaseSupport@...]
Sent: Monday, August 13, 2001 5:14 PM
To: 'ib-support@yahoogroups.com'
Subject: RE: [ib-support] Importing Records
Mike,
I was referring to problems accessing EXTERNAL TABLES over 4Gb in size.
By the way, you might want to download the latest Firebird engine from
www.FirebirdSQL.org, the new 64bit I/O support would mean that you could
eliminate the secondary database files and simply create the database
as:
create database 'x:\experian.gdb' PAGE_SIZE = 16384 USER 'SYSDBA'
PASSWORD 'masterkey'
This would make it a lot easier to move the database to a different path
on your huge disk array, which is something you can't normally do with
database with secondary files expect by performing a backup/restore.
You'll note that the page size is 16KB -- this is another Firebird
enhancement over the Interbase engine.
Sean
To unsubscribe from this group, send an email to:
ib-support-unsubscribe@egroups.com
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/