Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create .DBF file with com object in asp
Message
From
11/10/2001 17:35:58
 
 
To
11/10/2001 17:27:23
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00567258
Message ID:
00567261
Views:
15
This message has been marked as the solution to the initial question of the thread.
>Hello again,
>
>Everyone on here has been so helpful, I really appreciate all the help.
>
>I have another question. I created a COM object that selects records from a table and orders them the way I would like. I test it in VFP 6.0 and it works fine, I can see the output.dbf file and it is correct. Now I try to access it using an .ASP page. It gives me every indication that it is working, no errors or anything and there is a pause so I know some processing is going on. However, I don't see my output.dbf file. My question: Is the COM object capable of doing this when I access it through the .ASP page? If there is an error when writing the file would I see it?
>
>Thank you all again very much for your help.
>
>Aloha,
>
>James

The COM object can do this provided it's been setup correctly. Some things to check:

1) Did you do a search on the disk for the file? Maybe it was written on a different directory than what you expected.

2) Is your Error function using COMRETURNERROR() or returning some text string to the client in the case of errors? You might want to log the error to a text file for aid in debugging.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform