pub const SQL_NEED_DATA: SQLRETURN;Expand description
More data is needed, such as when parameter data is sent at execution time or additional connection information is required. The application calls SQLGetDiagRec or SQLGetDiagField to retrieve additional information, if any.