Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Create database in sql server
Message
De
18/08/2004 05:53:20
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00934023
Message ID:
00934049
Vues:
24
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform