Section courante

A propos

Section administrative du site

SQLBindParameter

odbc32.dll Relier les paramètres SQL
Windows 9X, NT 3.1+, 2000, XP, 2003

Syntaxe

SQLRETURN SQLBindParameter(
   SQLHSTMT StatementHandle,
   SQLUSMALLINT ParameterNumber,
   SQLSMALLINT InputOutputType,
   SQLSMALLINT ValueType,
   SQLSMALLINT ParameterType,
   SQLUINTEGER ColumnSize,
   SQLSMALLINT DecimalDigits,
   SQLPOINTER ParameterValuePtr,
   SQLINTEGER BufferLength,
   SQLINTEGER * StrLen_or_IndPtr
);

Description

Cette fonction permet d'envoyer un tampon de paramètres dans une instruction SQL par ODBC.



Dernière mise à jour : Dimanche, le 6 décembre 2015