Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Remote view and outer join
Message
From
28/03/2005 15:15:38
Cristian Tenea
Aquila Part Prod Com
Ploiesti, Romania
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Remote view and outer join
Miscellaneous
Thread ID:
00999522
Message ID:
00999522
Views:
41
Hi,

I try to make an Outer Join view on remote data and after the view is made in designer, tested, and saved can't be opened again in designer. The error is 'Command contains unrecognized phrase/keyword '.

The select statement as is generated by designer is :

SELECT Targetp.codtarget, Targetp.opca, Targetp.idpc;
FROM ;
{oj dbo.targetp Targetp ;
LEFT OUTER JOIN dbo.clase Clase ;
ON Targetp.idpc = Clase.idclasa};
WHERE Targetp.codtarget = ( ?fcodtarget )

The error is generated by the "{oj" and "}" after join expression that appear on generated code. Is this a bug? On inner joins this does not appear.

Thanks in advance.
Next
Reply
Map
View

Click here to load this message in the networking platform