Subject Re: The data is invalid
Author Adam
--- In firebird-support@yahoogroups.com, "x2412421" <x2412421@...> wrote:
>
> Hi,
>
> I'm receiving the following error (see below) when I run my program
> from a client workstation. If I run my program directly from the
> server where is located the Firebird database engine, I do not receive
> this error. So my question is:
>
> Is this problem is related to space on the server side or space on the
> client side?

Why do you think it is related to "space"?

If you are running out of space on C drive, then consider moving your
temporary files to a new drive in Firebird.conf.

The short answer is that the data is sorted by the database engine
(fbserver.exe or fb_inet_server.exe), and this engine is running on
the server, so the error is being discovered on the server and
returned to your client as an exception.

Adam