Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating SQL commands from a VFP database
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00172037
Message ID:
00172040
Views:
62
>Is there a command in VFP that creates the SQL equivalent of a VFP database?
>
>Thanks.

Alvin --

As Nancy pointed out, you can easily direct your SQL SELECT output into a table. The SQL commands CREATE TABLE and ALTER TABLE can be used to create a table and modify its structure.

As far as creating a database is concerned, you could use VFP's CREATE DATABASE command, but there is no way that I know of to do this with a SQL statement.

Bill
Previous
Reply
Map
View

Click here to load this message in the networking platform