RE: [DUG]: IB inside info?

1999-04-05 Thread Peter Hyde
Peter J asked: > Where can 'TV' be got from? "IT Works", [EMAIL PROTECTED], $NZ300+GST IIRC, worth every cent. cheers, peter Peter Hyde, SPIS Ltd, Christchurch, New Zealand * TurboNote: http://TurboPress.com/tbnote.htm -- small, FREE and very ha

RE: [DUG]: IB inside info?

1999-04-05 Thread Max Renshaw-Fox
Re: Where can 'TV' be got from? AFAIK mailto:[EMAIL PROTECTED] I'm not sure what the current price is. Max --- New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED] Website: http://www.delp

RE: [DUG]: IB inside info?

1999-04-05 Thread pjones
hristchurch/Foodstuffs) Subject: RE: [DUG]: IB inside info? [SNIP] Also, Wade's excellent "TV" application gets all that info from IB too, via ODBC connections I believe. [SNIP] Wade uses BDE - as per his message. There's also a bunch of stuff on Borland.com in the BDE Tech

RE: [DUG]: IB inside info?

1999-04-05 Thread Max Renshaw-Fox
[SNIP] Also, Wade's excellent "TV" application gets all that info from IB too, via ODBC connections I believe. [SNIP] Wade uses BDE - as per his message. There's also a bunch of stuff on Borland.com in the BDE TechInfo section on how to talk to the BDE direct to do this sort of stuff. BTW: TV a

Re: [DUG]: IB inside info?

1999-04-05 Thread Peter Hyde
Nic wrote: > I'm trying to write an IB admin tool - ala IB Desktop, or the > SQL Executive in MSSQL (but better :) ). Anyone know of ways to get Have you had a look at the source of IB_WISQL utility that comes with IBObjects? I would have thought it covered all the bits of info you need. Als

Re: [DUG]: IB inside info?

1999-04-05 Thread Willie Juson
>Why don't you buy tool to do this? There's plenty about and it will be much >cheaper then the time involved in writing it yourself. TV immediately springs to mind - a very handy tool, shows Stored procs (including dependancies SQLetc) plus triggers/exceptions .. But wait there's more, you

Re: [DUG]: IB inside info?

1999-04-05 Thread Nic Wise
> it's a case of reading the system catalog (RDB$...). There is no hacking > involved - it is all documented. Cool. Now to just find where... :) (I think I saw it in one of the manuals...) > Why don't you buy tool to do this? There's plenty about and it will be much > cheaper then the time in

RE: [DUG]: IB inside info?

1999-04-05 Thread Wade Auchterlonie
it's a case of reading the system catalog (RDB$...). There is no hacking involved - it is all documented. Why don't you buy tool to do this? There's plenty about and it will be much cheaper then the time involved in writing it yourself. BTW, you can get the list of tables from Session.GetTable