Article ID: 130413
Article Last Modified on 2/12/2007
CREATE SQL View UpdCust AS SELECT cust_id, company ;
FROM testdata!customer
=DBSETPROP('updcust.cust_id','Field','KeyField',.T.)
=DBSETPROP('updcust.company', 'Field','UpDatable',.T.)
=DBSETPROP('updcust.cust_id', 'Field','UpDatable',.F.)
=DBSETPROP('updcust','View','WhereType',1)
=DBSETPROP('updcust','View','SendUpdates',.T.)
Keywords: kbcode kbhowto KB130413