Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create MsSQL Database and Table By Using Visual Foxpro.
Message
From
01/03/2004 04:55:06
Dorin Vasilescu
ALL Trans Romania
Arad, Romania
 
 
To
01/03/2004 04:35:50
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00881976
Message ID:
00881981
Views:
24
Hi
As long as you have a connection handle and rights, this is valid:
SQLEXEC(nHandle,[create database mydatabase])
SQLEXEC(nHandle,[use mydatabase])
SQLEXEC(nHandle,[create table myTable (pk integer not null, primary KEY(pk))])
>Dear all,
>
> How to create MsSQl Database and table by using Visual FoxPro.
>
> Anyone can give me advice please !
>
> Thank You
>
>
>Regards,
>Nicholas
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform