Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SCATTER and remote views
Message
From
20/09/2002 21:50:37
Raul Davila
Davila Programming Services
Toa Alta, Puerto Rico
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
SCATTER and remote views
Miscellaneous
Thread ID:
00702991
Message ID:
00702991
Views:
57
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
Next
Reply
Map
View

Click here to load this message in the networking platform