Hi!
Anybody knows if exists a ODBC driver for interbase 6.0 under win32 that supports array set of parameters because i need to send a group of rows using:
:

QLSetStmtAttr(m_hstmt, SQL_ATTR_PARAMSET_SIZE,
(SQLPOINTER)nRows,
SQL_IS_INTEGER);
where nRows it's > 1, via '{call my_procedure(?,?,?...)}'
thanks so much!
Aldemar