Discussion:
How do to take names of all databases
(too old to reply)
Sly
2005-09-04 11:59:44 UTC
Permalink
How do to take names of all databases, from server InterBase , as user
SYSDBA , with the help of language "C ++" or "PASCAL" as well as function
API InterBase?
I writing in C++ Builder 6.Please Help.
unknown
2005-09-04 21:53:12 UTC
Permalink
Post by Sly
How do to take names of all databases, from server InterBase , as user
SYSDBA , with the help of language "C ++" or "PASCAL" as well as
function API InterBase?
I writing in C++ Builder 6.Please Help.
I am not totally sure what you are looking for. If you want the user
name for the users on an InterBase system and you haven't gone to
imbeded authentication in IB 7.x then open isc4.gdb or admin.ib as an
Interbase database and look in there.

hth
--
Rob Schieck
TeamB

.ps the admin.ib and isc4.gdb databases are generally in the /program
files/borland/interbase or the /program files/interbase corp/interbase
directories depending upon the versions.
Jeff Overcash (TeamB)
2005-09-05 15:13:26 UTC
Permalink
Post by Sly
How do to take names of all databases, from server InterBase , as user
SYSDBA , with the help of language "C ++" or "PASCAL" as well as function
API InterBase?
I writing in C++ Builder 6.Please Help.
Use the TIBSecurityService component. Display users will bring back all the
users of a database. The Admin demo demonstrates this.
--
Jeff Overcash (TeamB) On waves of silver I dreamed of gold
(Please do not email 'Till I lost the peace that dreaming gives
me directly unless I dreamed of the moment of my own death
asked. Thank You) That no one ever dreams and lives (Marillion)
Sly
2005-09-05 19:39:03 UTC
Permalink
No. I wrote that I want to get to know names of all databases , not all
users' names.I know that with the help of function DisplayUsers mighty to
read users' liste. Me however it walks about list of databases.
Post by Jeff Overcash (TeamB)
Post by Sly
How do to take names of all databases, from server InterBase , as user
SYSDBA , with the help of language "C ++" or "PASCAL" as well as function
API InterBase?
I writing in C++ Builder 6.Please Help.
Use the TIBSecurityService component. Display users will bring back all the
users of a database. The Admin demo demonstrates this.
--
Jeff Overcash (TeamB) On waves of silver I dreamed of gold
(Please do not email 'Till I lost the peace that dreaming gives
me directly unless I dreamed of the moment of my own death
asked. Thank You) That no one ever dreams and lives (Marillion)
Jeff Overcash (TeamB)
2005-09-05 23:51:14 UTC
Permalink
You can only do this for IB 7.5 or higher. Before there is no Alias concept in
InterBase. DeXter's IBX components will be/are enhanced to extract, add and
modify aliases. This will require 7.5.1 which is when alias support was added
to the service api.
Post by Sly
No. I wrote that I want to get to know names of all databases , not all
users' names.I know that with the help of function DisplayUsers mighty to
read users' liste. Me however it walks about list of databases.
--
Jeff Overcash (TeamB) On waves of silver I dreamed of gold
(Please do not email 'Till I lost the peace that dreaming gives
me directly unless I dreamed of the moment of my own death
asked. Thank You) That no one ever dreams and lives (Marillion)
Loading...