Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Pass a web variable to a stored procedure
Message
De
28/02/2008 16:05:29
 
 
À
30/01/2008 04:08:15
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
01257541
Message ID:
01297558
Vues:
42
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)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform