static extern short SQLBindCol(HandleRef StatementHandle, short ColumnNumber, short
Shared Function SQLBindCol(ByVal StatementHandle As HandleRef, ByVal ColumnNumber As _
SQLBindCol(stmtHandle, 3, SQL_C_CHAR, szTableName, 256, out temp);