Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Trying to call a VFP stored Procedure?
Message
From
10/09/2001 13:12:45
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
Trying to call a VFP stored Procedure?
Miscellaneous
Thread ID:
00554791
Message ID:
00554791
Views:
49
I have not been able to call a VFP stored procedure from ASP. Any ideas?

This is some sample code where my stored procedure is called ValidateUser:

set connectiontodatabase = server.createobject("ADODB.Connection")
connectiontodatabase.open "dsn=scrdata"
connectiontodatabase.Execute "ValidateUser"

Any help is appreciated.
Next
Reply
Map
View

Click here to load this message in the networking platform