Hi, ALL, What is the proper way to call the "SQLDrivers()" function in the 2.9/trunk? What I have right now is: wxString desc, attrib; result = SQLDrivers( m_henv, SQL_FETCH_FIRST, (UCHAR FAR *)driverDesc.c_str(), length1, &descrLength, attrib, length2, &attrLength ); And I receive the: cannot convert from CStrData to unsigned char * Thank you.