Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding a View to the DE on the fly
Message
 
To
28/09/2000 09:42:54
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00421941
Message ID:
00422071
Views:
13
>When I try
>
>dodefault()
>CREATE SQL VIEW Test1 AS;
>SELECT * FROM Equip
>
>in the load, or init, or activate I get an error
>no database is loaded or set as default...

Then you are trying to save the view in the database.
You can use this:
Select * From Equip <b>Into Cursor MyCursorName</b>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform