Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Object reference lost in SQL SELECT ?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows Server 2003
Network:
Windows 2003 Server
Divers
Thread ID:
01120146
Message ID:
01120234
Vues:
16
>
>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--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform