Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Access ODBC
Message
De
05/04/2001 23:39:51
 
 
À
05/04/2001 08:43:28
Mark Hall
Independent Developer & Voip Specialist
Keston, Kent, Royaume Uni
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00492254
Message ID:
00492665
Vues:
18
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform