Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Createparameter for stored procedures
Message
De
20/08/2001 11:26:03
Scott Sherman
Puyallup Tribal Health Authority
Tacoma, Washington, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Createparameter for stored procedures
Divers
Thread ID:
00546243
Message ID:
00546243
Vues:
50
I am using ADO to invoke a stored procedure on a DB2 mainframe using FoxPro 5.0.

In using Help files from VB, Constants are used for TYPE and DIRECTION. Unfortunately, FoxPro does not have the integer values of each with the CONSTANT name.

I have found adChar = 129, adInteger = 3.

Can someone please tell me where to find the integer values of the rest of the TYPEs or at least the integer values of adDouble, adVarChar and adDecimal are.

DIRECTION CONST's are :
adParamInput = 1
adParamOutput = 2
adParamInputOutput = 3
adParamReturnValue = ? (don't know but do not need yet either)
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform