Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is it possible to create it
Message
 
 
To
03/08/2004 08:03:26
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00930300
Message ID:
00930301
Views:
16
>Dear all,
>if there is a possibility to create a table within a specific Microsoft sql database though visual foxpro code without using the enterprise manager or query analyzer.
>thank you very much

You can send CREATE TABLE statement or any other script using SPT to SQL Server if your login has sufficient rights.
lnResult = SQLEXEC(lnConn, lcSqlScript)
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform