Subject | Re: [ib-support] ibase_fetch_* - Functions |
---|---|
Author | Bernhard Doebler |
Post date | 2001-11-06T10:50:38Z |
Hi,
thanks for your answer.
Do you have an imagination of what is not configuered the way it might be?
The query looks like so:
SELECT DISTINCT GID, GRUPPENNAME FROM Gruppe
LEFT JOIN Namen ON Namen.GID=Gruppe.GID
WHERE EXISTS(SELECT DISTINCT 1 FROM feldinhalt WHERE feldinhalt.Maschine=Namen.Nummer)
It seems to me this is no straight query.
Best regards
Bernhard
thanks for your answer.
Do you have an imagination of what is not configuered the way it might be?
The query looks like so:
SELECT DISTINCT GID, GRUPPENNAME FROM Gruppe
LEFT JOIN Namen ON Namen.GID=Gruppe.GID
WHERE EXISTS(SELECT DISTINCT 1 FROM feldinhalt WHERE feldinhalt.Maschine=Namen.Nummer)
It seems to me this is no straight query.
Best regards
Bernhard
----- Original Message -----
From: "Paul Reeves" <paul@...>
To: <ib-support@yahoogroups.com>
Sent: Tuesday, October 30, 2001 12:02 PM
Subject: Re: [ib-support] ibase_fetch_* - Functions
I should double check your script for dependancies on a particular host, as
well as check that the new host really is configured in a similar manner to
the old host.