Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Access ODBC
Message
From
05/04/2001 23:39:51
 
 
To
05/04/2001 08:43:28
Mark Hall
Independent Developer & Voip Specialist
Keston, Kent, United Kingdom
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00492254
Message ID:
00492665
Views:
17
This is my code:

OPEN DATA vPur

CREATE SQL VIEW mexStores CONNECTION cmex ;
AS SELECT Stores_table.StockID, stores_table.group ;
FROM "Stores Table" Stores_table

DBSETPROP('mexStores','VIEW','Tables','stores_table')
DBSETPROP('mexStores.stockId','FIELD','KEYFIELD',.T.)
DBSETPROP('mexStores.group','FIELD','UpdateName','stores_table.group')
DBSETPROP('mexStores.group','FIELD','Updatable',.T.)
DBSETPROP('mexStores','VIEW','SendUpdates',.T.)


Please advice me how to make it work.

TIA
Previous
Reply
Map
View

Click here to load this message in the networking platform