Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Pass a web variable to a stored procedure
Message
From
28/02/2008 16:05:29
 
 
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
01257541
Message ID:
01297558
Views:
45
Just to let you know, I got this to work.
sql = "createexcel('mytest')"
set r = oConn.Execute(sql)
response.write(r.fields(0).value)
The problem apparently was ommission of the () when no parameters were needed. (I'm still fuzzy on a lot of this stuff)
Previous
Reply
Map
View

Click here to load this message in the networking platform