Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Eview -- anyone know why field rule_id invisible to evie
Message
De
15/03/2001 00:25:54
 
 
À
14/03/2001 19:22:17
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Divers
Thread ID:
00484704
Message ID:
00485184
Vues:
10
Gar,

PMI, but were you aware that the keyword "SQL" is optional? You could simple use "CREATE VIEW lv_test AS ... "
create database test
open database test
set database to test
create table test (rule_id i, rule c(10))
create sql view lv_test as select * from test
use lv_test
do eview
------------------------------------------------
John Koziol, ex-MVP, ex-MS, ex-FoxTeam. Just call me "X"
"When the going gets weird, the weird turn pro" - Hunter Thompson (Gonzo) RIP 2/19/05
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform