j
k
j a
j l
Hans Leidekker (@hans) commented about dlls/odbccp32/odbccp32.c:
TRACE("%s\n", debugstr_w(lpszDSN)); if (!SQLValidDSNW(lpszDSN)) { push_error(ODBC_ERROR_INVALID_DSN, L"Invalid DSN"); return FALSE; }
TRACE("%s\n", debugstr_w(lpszDSN));
push_error(ODBC_ERROR_INVALID_DSN, L"Invalid DSN");
return FALSE;
Could you add a test for this?
Back to the thread
Back to the list