Subject | Re: [IBO] Meaning of error message |
---|---|
Author | Jason Wharton |
Post date | 2002-03-01T22:26:20Z |
What more is there to explain?
You have the wrong client DLL for the version of the server you are
connecting to.
Regards,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
You have the wrong client DLL for the version of the server you are
connecting to.
Regards,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
----- Original Message -----
From: "slsolutions2002" <strtline@...>
To: <IBObjects@yahoogroups.com>
Sent: Friday, March 01, 2002 12:47 PM
Subject: Re: [IBO] Meaning of error message
> Hello Jason:
>
> I am unsure what you mean. I have changed nothing. The menu also
> calls 40 or so other forms that open queries and they al work fine.
> Checking further I fine that the problem occurs when I prepare and
> unprepare the query. In my formshow:
>
> With MyQuery Do
> Begin
> If not prepared then prepare;
> Open;
> End;
>
> In my formclose:
> With MyQuery Do
> Begin
> Close;
> Unprepare;
> End;
>
> I I simply leave out the unprepare in the close all works fine, but
> obviously thewre is a problem.
>
> Come to think of it I did upgrade from Interbase6 to Firebird .094
> about 1 week ago but like I said, all other programs work fine.
>
> Can you explain further ?
>
> Thanks
>
>