Subject Re: [IBO] Sample data files
Author Helen Borrie
At 03:02 PM 8/12/2005 +0000, you wrote:
>Where can I find the database files used by the samples (such as
>company.gdb)?

You'll find that any db's used in the samples will be one of the following:

-- employee.gdb from the Delphi distributions (old Dialect 1
version; Firebird examples directory has employee.fdb, Dialect 3 with some
bug-fixes)

-- mastsql.gdb from the Delphi distributions (also Dialect 1)

-- others, like company.gdb, that are created by the particular sample app
in question

You'll find the SQL for company.gdb in the SQL property of the TIB_Script
component scCompany in that project. If you click the "..." button you can
view it in the Code Editor and print it out.

Helen