Subject | Database.GetTabelNames ? |
---|---|
Author | Gerhard Knapp |
Post date | 2003-11-13T10:50:18Z |
hello,
1)
with ib i could make: database.gettablenames(Stringlist),
how i can do it with IBODataset TIBODatabase?
2)
and how i can get the StoredProcedures form teh TIBODatabase?
myProc.GetStoredProcedureNames doesn't work ...
thanks
-Gerhard
p.s.: till now i used:
'select rdb$relation_name from RDB$RELATIONS order by rdb$relation_name'
but perhaps there is a shorter thing ..
1)
with ib i could make: database.gettablenames(Stringlist),
how i can do it with IBODataset TIBODatabase?
2)
and how i can get the StoredProcedures form teh TIBODatabase?
myProc.GetStoredProcedureNames doesn't work ...
thanks
-Gerhard
p.s.: till now i used:
'select rdb$relation_name from RDB$RELATIONS order by rdb$relation_name'
but perhaps there is a shorter thing ..