 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Anthonious Guest
|
Posted: Tue Mar 27, 2007 7:38 am Post subject: Alias & its Tables names |
|
|
how can i get all the tables names by alias name i.e
Alias := 'Donator'
Tables:= 'table1.db, table2.db ...x'
what i have in mind is like
function GetTablesNames(vAlias : String) : TStringList;
can you help me please
thanks |
|
| Back to top |
|
 |
Alfred ten Hoeve Guest
|
Posted: Wed Mar 28, 2007 2:50 am Post subject: Re: Alias & its Tables names |
|
|
"Anthonious" <anthonious (AT) hotmail (DOT) com> schreef in bericht
news:4608839b (AT) newsgroups (DOT) borland.com...
| Quote: | how can i get all the tables names by alias name i.e
Alias := 'Donator'
Tables:= 'table1.db, table2.db ...x'
what i have in mind is like
function GetTablesNames(vAlias : String) : TStringList;
can you help me please
thanks
|
You need a TDatabase component.
This component has a method named GetTableNames.
Alfred. |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|