Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to update table from records in grid?
Message
De
13/08/1998 13:18:34
 
 
À
13/08/1998 09:31:48
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00126079
Message ID:
00126610
Vues:
18
The view you create must reside in a database. Create a dummy database and open it before creating your view.

HTH

>I must be doing something wrong....... Here's my code:
>
>CREATE SQL VIEW grid;
> AS SELECT glacnt, gltdes, glamnt, credit, noshow;
> FROM gldent;
> WHERE gldent.batchno = glhent.batchno;
> AND gldent.glseqno = glhent.glseqno;
> ORDER BY gldent.batchno, gldent.glseqno
>
>When the above code is executed, I receive the message - No database is open or set as the current database.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform