Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
IN( ) condition Remote View where filter doesn't return
Message
De
07/03/2006 17:23:47
 
 
À
07/03/2006 07:55:12
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
01101117
Message ID:
01102247
Vues:
17
When I try it (VFP9):

CREATE SQL VIEW TEST REMOTE AS SELECT * FROM VWBILLREPORT WHERE isalesdocid IN (&inItems) CONNECTION 3PConnect

I get:

Connectivity error: [Sybase][ODBC Driver][Adaptive Server Anywhere]Syntax error near '&' on line 1

Mark


It works for me.

PUBLIC inItems
inItems = '1,2'
CREATE SQL VIEW TEST REMOTE AS SELECT * FROM TABLE WHERE id IN (&inItems) CONNECTION ....
USE TEST
If everything seems to be going well, you obviously don't know what the hell is going on !
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform