Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SCATTER and remote views
Message
De
20/09/2002 21:50:37
Raul Davila
Davila Programming Services
Toa Alta, Porto Rico
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Titre:
SCATTER and remote views
Divers
Thread ID:
00702991
Message ID:
00702991
Vues:
58
Hi,
I'm having a problem in VFP6 where SCATTER is not working corectly with a parameterized remote view.
The problem is that the 'm.varname' variable is not being created for the field where the filter parameter is applied.

Example:
SQL Server table
itemid int -> PK
itemname char 30
itemdesc varchar 100

CREATE SQL VIEW myview REMOTE CONNECTION 'SQL Connection' AS ;
SELECT * FROM dbo.Inv_items Inv_items ;
WHERE Inv_items.itemid = ?nItemIdFilter

SCATT MEMV
?m.itemname
The name of the item
?m.itemdesc
The description
?m.itemid
ERROR -> Variable "ITEMID" is not found

I did this in the command line alone to eliminate possible errors on my code and the problem persists.

Any ideas?

Thanks
R. Davila
DBA / Network Administrator
Administracion de Fomento Comercial
Gobierno de Puerto Rico

Still waiting for FoxPro for LINUX
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform