Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Run SQL Scripts
Message
De
24/11/2005 23:04:08
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Titre:
Run SQL Scripts
Versions des environnements
Visual FoxPro:
VFP 8
OS:
Windows XP SP2
Network:
Windows XP
Database:
MS SQL Server
Divers
Thread ID:
01072007
Message ID:
01072007
Vues:
54
Hi all,

I'm trying to run the code below(to create tables in Sql Server), and i get allways an error, 'Error=18 Line is too long' .

Any Workaround for this??
	.oCmd=CREATEOBJECT('ADODB.Command')	
	.oCmd.ActiveConnection=.oConnect
	.oCmd.CommandType=8
        cStr=FILETOSTR("TABLES_MSDE.SQL")  
	.oCmd.CommandText=&cStr  && Error 
	.oCmd.Execute()
João Batista
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform