Article ID: 150551
Article Last Modified on 10/15/2003
CREATE SQL VIEW View1 REMOTE CONNECTION MyConnection AS SELECT ;
TBL1.Cust_ID AS Cust_ID_a, TBL2.Cust_ID AS Cust_ID_b ;
FROM TBL1, TBL2
NOTE: If this remote view is later modified by using the remote view
designer and then saved, the fields are renamed to the remote view
designer's defaults of Cust_ID and Cust_ID1.
Additional query words: VFoxWin ODBC
Keywords: kbinfo KB150551