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