Subject | Re: [IBO] Database.GetTabelNames ? |
---|---|
Author | Nando Dessena |
Post date | 2003-11-13T10:55:46Z |
Gerhard,
G> 1)
G> with ib i could make: database.gettablenames(Stringlist),
G> how i can do it with IBODataset TIBODatabase?
G> 2)
G> and how i can get the StoredProcedures form teh TIBODatabase?
G> myProc.GetStoredProcedureNames doesn't work ...
The SchemaCache property of the database object is your friend. At
least in this case.
Ciao
--
Nando mailto:nandod@...
G> 1)
G> with ib i could make: database.gettablenames(Stringlist),
G> how i can do it with IBODataset TIBODatabase?
G> 2)
G> and how i can get the StoredProcedures form teh TIBODatabase?
G> myProc.GetStoredProcedureNames doesn't work ...
The SchemaCache property of the database object is your friend. At
least in this case.
Ciao
--
Nando mailto:nandod@...