christian
User
 Junior Boarder
| Posts: 11 |   | Karma: 0 |
|
How to insert a TStringList with the databasename
|
|
Posted: 2008/03/19 12:44 |
|
|
|
|
Hi,
In the NCOCI I used the code below to insert a TStringList with the database name, but as I can make the same thing in the AnyDAC 1.x, of form that I get the same resulted.
var
Str: TStringList;
begin
Str:= TStringList.Create;
TOCICustomDatabase.GetObjectsList(OCIDatabase.DatabaseName, Str, '', okService, False);
Str.Add(OCIDatabase.ServerName);
|
With my best regards,
Christian Balz
|
|