Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Long SELECT-SQL
Message
From
05/09/2002 14:11:49
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Long SELECT-SQL
Miscellaneous
Thread ID:
00697185
Message ID:
00697185
Views:
55
I am trying to create a view by running the code below. Then I will use CREATE SQL VIEW AS &mysql to create the view.

mysql="SELECT X.oname,X.tblname,X.ftype,X.fwidth,X.fdecplaces,X.fnullvalues,X.fdefval,Y.objectname,Y.objecttype, ;
Y.fwidth, Y.fdecplaces, Y.fnullvalues, Y.fdefval FROM description X, metadescription Y where X.oname=Y.objectname ;
and X.objcateg=Y.objcateg and X.objcateg='Field'"

However, I am getting an error "Command contains unrecognized phrase/keyword" everytime I add the last condition which is "X.objcateg='Field'". If I remove it, VFP accepts the sttmt. Is there any limit with the number of characters that a temporary variable can hold in this case?

Thanks a lot for your help.

Nerissa
Next
Reply
Map
View

Click here to load this message in the networking platform