|
virtual bool CBulkRecordParam<T>::GetBulkRecord(CPData pPData[]); Return Value true if successful; otherwise false. Parameter [in] pPData: A pointer to an array of CPData structures. The size of the array of CPData structures must be equal to the number of charaters '?' in a parameterized SQL statement or a parameterized stored procedure passed previously when opening this object. Remark Calls this function to regain a new TRowset object with a set of new parameters data without closing its associated command. For how to use this functions, see examples Scroll and MultiRecords. |