Subject Re: [IBO] ICS ERROR
Author Helen Borrie
At 12:03 PM 11/11/2003 +0700, you wrote:
>Hello ,
>
>Hey All
>
>Why i got this error when running IBO Examples file (MasterLink.exe):
>"ICS ERROR CODE=335544379
>ICS ERROR MESSAGE:
>unsupported on-disk structure for file
>c:\IBO4\samples\masterlinks\mastsql.gdb;
>found 8,support 10"

You are using a version of mastsql.gdb that was created with InterBase 4,
trying to run it under IB 6 or Firebird. Where did you find that old version?

The MasterLinks sample connects to C:\PROGRAM FILES\COMMON FILES\BORLAND
shared\DATA\mastsql.gdb. If your Delphi version is 5 or higher, you should
have an ODS 9 or 10 version of the database there (both OK for Firebird to
connect to)

However....

I'm suspicious. The MasterLinks demo doesn't come with a copy of
mastsql.gdb installed in its path. What *might* be happening is that the
real exception is that it can't find the database in the default path, and
you are seeing the wrong message for that error. The "wrong message"
problem will occur if you are using Firebird 1.5 but you have not updated
the message file.

Helen