Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
View SQL Parsing Problem
Message
 
 
To
28/10/1998 09:37:57
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00151526
Message ID:
00151585
Views:
21
Rick,

It's a limitation of the view designer. If your database is currently selected the CREATE SQL VIEW statement you have there will put the view into the database.

>CREATE SQL VIEW request A AS;
>SELECT * FROM A;
>WHERE Request.USER_CLOCK LIKE ?cuser_clock;
>AND Request.AREA LIKE ?carea;
>AND (Request.MNRCAT LIKE ?cmnrcat OR Request.MNRCAT IS NULL);
>AND (Request.STATUS LIKE ?cstatus OR Request.STATUS IS NULL);
>
>I know that to get around this problem, you have to do it programmatically in a .prg, but I dont know how. Can anybody help me with it??
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform