Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create a file with stored procedure
Message
From
28/02/2008 16:57:05
 
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
01297559
Message ID:
01297579
Views:
28
The browser returns
Error Type:
Microsoft OLE DB Provider for Visual FoxPro (0x80004005)
Feature is not available.
/contactmanager/export.asp, line 62


>What's the error?
>
>>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
>>
Previous
Reply
Map
View

Click here to load this message in the networking platform