Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to update table from records in grid?
Message
From
13/08/1998 13:18:34
 
 
To
13/08/1998 09:31:48
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00126079
Message ID:
00126610
Views:
17
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.
Previous
Reply
Map
View

Click here to load this message in the networking platform