Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Object reference lost in SQL SELECT ?
Message
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows Server 2003
Network:
Windows 2003 Server
Miscellaneous
Thread ID:
01120146
Message ID:
01120234
Views:
11
>
>thank you, this looks like a good workaround that I could use.

Hi Igor,

It's much cleaner to use TEXTMERGE
TEXT TO cSQLStatement TEXTMERGE NOSHOW PRETEXT 15
SELECT column1, column2, "<<alltrim(object1.object2.property1)>>" as column3 
FROM cursor1 
INTO CURSOR cursor2 READWRITE
ENDTEXT
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform