Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create a file with stored procedure
Message
From
28/02/2008 16:09:02
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
Create a file with stored procedure
Miscellaneous
Thread ID:
01297559
Message ID:
01297559
Views:
62
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
Next
Reply
Map
View

Click here to load this message in the networking platform