Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create database in sql server
Message
From
18/08/2004 05:53:20
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00934023
Message ID:
00934049
Views:
27
>Hi,
>also how can we add tables at sometime bu your enchanced version
>
>TIA
*...
Text to m.lcCreateTables textmerge noshow
USE [<<m.lcDataBaseName>>]

CREATE TABLE [dbo].[myTableName1] (
	[myField1] [int] NOT NULL ,
	[myField2] [datetime] NOT NULL )

CREATE TABLE [dbo].[myTableName2] (
	[myField1] [varchar] (10) NOT NULL ,
	[myField2] [int] Not null,
	[myField3] [datetime] NULL )
EndText
SQLExec(m.lnHandle,m.lcCreateTables)
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform