Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ASP with VFP backend...worth it?
Message
From
07/05/2000 07:42:56
 
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00366437
Message ID:
00367073
Views:
31
I'm in the thick of things the same as you, developing a web application using VFP tables. I've decided to go this ASP, ADO, OLE DB route for several reasons. I have my tables all in the same directory. One connecton to the directory for each recordset.open "..", strProvider using the same handle works really well. I also write/update/store using the same connection. I use a command.commandtext, command.createparameter(), .parameter.append(,,,,) and command.execute to write my data. Thus far I've had good success to the FoxPro tables. I use JavaScript on the client side and ASP on the server side (IIS).

I'd be interested in any specific additonal problems you might be having. I'll post any problems I encounter as well.

I've purposely stayed away form com objects, although they work really great.
C. W. Finch Consulting
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform