Subject RE: [IBO] Using metadata in delphi
Author Bogdan Horvat
I make a small app IBRest, which compare 2 databases and rebuild second. It
compares
1. domains
2. exceptions
3. generators
4. UDF
5. table fields
6. Table Indices
7. Stored Procedures
8. Triggers

It works with IBO.

App and sources are available at www.ibrest.4mg.com

Regards

Bogdan

-----Original Message-----
From: lee@... [mailto:lee@...]
Sent: Tuesday, February 20, 2001 09:01
To: IBObjects@yahoogroups.com
Subject: [IBO] Using metadata in delphi


I need to access the metadata of a database in delphi.
I have a application with more than 100 users all in different
locations far apart.
They all use the same database but all localy.
The structure of the database changes regulary (fields are added,
deleted etc..)
In access I had a small application wich ran through the tables in
the database and checked all fields against a field description in
the application, when a new field was added the application would
change the table and added the new field.
How can I do this with Interbase6 and IBObjects ?
I presume using one of the system tables ?
But how do I read the table structure using IBObjects ?
Any suggestions (examples, snippets) ???

Thanks aforehand

Lee