Skip to content

Commit 3c4d618

Browse files
authored
Update data-classification.md
1 parent a18049e commit 3c4d618

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

docs/connect/odbc/data-classification.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,9 +191,6 @@ int main(int argc, char **argv)
191191
if (rc != SQL_SUCCESS && rc != SQL_SUCCESS_WITH_INFO)
192192
{
193193
checkRC_exit(rc, ird, SQL_HANDLE_DESC, 0, 0);
194-
printf("Error reading SQL_CA_SS_DATA_CLASSIFICATION IRD field. Ensure that the driver and\n"
195-
"server both support the Data Classification feature, and that the query returns columns\n"
196-
"with classification information.\n");
197194
}
198195
else
199196
{

0 commit comments

Comments
 (0)