Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
THIS in a SQL statement
Message
From
05/08/2009 10:17:22
 
 
To
31/07/2009 08:14:28
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2008
Miscellaneous
Thread ID:
01415626
Message ID:
01416195
Views:
49
>I have a SQL statement where I use a class property to populate one of the resultant columns:
>
>select ....., this.objectname.property as ....
>
>it fails with
>Alias "objectname" is not found
>
>Seems to me it worked sometime in the past.
>Am I doing something wrong?
select ....., m.this.objectname.property as ...
Previous
Reply
Map
View

Click here to load this message in the networking platform