Subject | Re[4]: [firebird-support] firebird multiple user on delphi 7 |
---|---|
Author | Dmitry Kuzmenko |
Post date | 2013-03-25T07:27:51Z |
Hello, cedriz!
Monday, March 25, 2013, 10:37:24 AM, you wrote:
cm> im sorry for not elaborating my question and stating it clearly.
cm> restrictions means restrictions on accessing files, e.g. on my
cm> database i have 5 tables in which only 2 tables will be allowed on
cm> a account or 3 tables.
by the way, to be clear:
- Firebird keeps all metadata (tables, indices, procedures, etc) in
one file. So, tables here are not "files".
- user never have access to the database file. This is client-server, so, ony
server (Firebird) acceses the database file. User can only ask (query)
server about the data in the database.
- database file access on the server - is another story.
--
Dmitry Kuzmenko, www.ib-aid.com
Monday, March 25, 2013, 10:37:24 AM, you wrote:
cm> im sorry for not elaborating my question and stating it clearly.
cm> restrictions means restrictions on accessing files, e.g. on my
cm> database i have 5 tables in which only 2 tables will be allowed on
cm> a account or 3 tables.
by the way, to be clear:
- Firebird keeps all metadata (tables, indices, procedures, etc) in
one file. So, tables here are not "files".
- user never have access to the database file. This is client-server, so, ony
server (Firebird) acceses the database file. User can only ask (query)
server about the data in the database.
- database file access on the server - is another story.
--
Dmitry Kuzmenko, www.ib-aid.com