Subject Re: [IBO] where are the sample's databases ?
Author Helen Borrie
At 10:13 AM 16/09/2003 +0700, you wrote:
>Hi,
>
>I want to compile and try examples that include in IBO Component.
>But, I can't find the database that they use.
>
>Do I have to download it from seperate address (than the component
>package it self) ?
>If I do, where can I find it ?
>
>The database are :
>SURVEY.GDB
>ARRAYS.GDB
>BLOBINSERTS.GDB
>etc...
>
>(I'm already look at the original compnent, but they doesn't exist
>to...)

Look at the code. The Arrays and BlobInserts projects check to find out
whether the databases exist and, if not, they run a TIB_Script to create them.

In the case of the Survey project, there are scripts there for you to run
yourself (with isql, IB_SQL or some other tool) to create the
database. There are also instructions (rtf format) which you should read.

Helen