Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Syntax Invalid
Message
 
 
To
04/12/2001 09:22:51
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00589065
Message ID:
00589245
Views:
43
If you just issue from a PRG file, you get the same error:
DROP VIEW MyView
? INDBC('Catalogue', 'Table')  && must be true. Change Table to View if needed
? INDBC('Selections', 'Table')  && must be true. Change Table to View if needed
CREATE SQL VIEW MyView AS ;
SELECT Selections.*, Catalogue.cproduct;
 FROM  catalogue!catalogue INNER JOIN catalogue!selections ;
   ON  Catalogue.iid = Selections.iproductid
Mark McCasland
Midlothian, TX USA
Previous
Reply
Map
View

Click here to load this message in the networking platform