Use an example that does something
Incorrect:
SQLBindCol(hstmt, 1, SQL_C_CHAR, SalesPerson, sizeof(SalesPerson), &SalesPersonLenOrInd);
Correct:
Previous slide
Next slide
Back to first slide
View graphic version