Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Create a file with stored procedure
Message
De
28/02/2008 16:09:02
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Titre:
Create a file with stored procedure
Divers
Thread ID:
01297559
Message ID:
01297559
Vues:
63
The following procedure when called from an asp page will create the DBF but fails on the copy to xl5. Is there a reason why the copy command won't work and is there a fix?
Thanks
*** Stored procedure
function createexcel
	lparameters lcSQL  && for later
        *execscript(lcSQL)  && for later
	filespec = (justpath(dbf())+ "../output/sampleout") 
	select * from sites into table (filespec)
	use (filespec)
	filespec = (justpath(dbf())+ "../output/sampleout2") 
	copy to (filespec) type xl5
	return filespec
endfunc
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform