4D v16

ODBC_SQLBindParameter

Accueil

 
4D v16
ODBC_SQLBindParameter

ODBC_SQLBindParameter 


 

ODBC_SQLBindParameter ( stmtID ; paramNumber ; IOType ; typeParam ; columnSize ; decimalDigits ; paramValPtr ; strLenOrIndPtr ) -> Résultat 
Paramètre Type   Description
stmtID  Entier long in Statement ID
paramNumber  Entier long in Parameter number, ordered sequentially in increasing parameter order, starting at 1
IOType  Entier long in Type of the parameter Input or Output
typeParam  Entier long in SQL data type of the parameter
columnSize  Entier long in The size of the column or expression of the corresponding parameter defined
decimalDigits  Entier long in The decimal digits of the column or expression of the corresponding parameter defined
paramValPtr  Pointeur in A pointer to a 4D variable or field
strLenOrIndPtr  Pointeur in A pointer to the parameter's length if it's a Text value
Résultat  Entier long in Returns the result of the MS ODBC API function SQLBindParameter



Voir aussi  

ODBC_LenDataAtExec
ODBC_SQLPrepare

 
PROPRIÉTÉS 

Produit : 4D
Thème : ODBC_Prepare requests
Numéro : 16977

 
HISTORIQUE 

Créé : 4D ODBC Pro 2004

 
UTILISATION DE L'ARTICLE

4D ODBC Pro ( 4D v16)