diff --git a/binsrc/tests/isql.c b/binsrc/tests/isql.c index 37dab33625..9cbe51cee1 100644 --- a/binsrc/tests/isql.c +++ b/binsrc/tests/isql.c @@ -10768,6 +10768,11 @@ isql_main (int argc, isql_printf (_T("Type HELP; for help and EXIT; to exit.\n")); } +#ifdef _UNICODE + wprintf (L"\nThe current isqlw application has been deprecated and will be removed in a future release\n\n"); + exit (1); +#endif + if (nth_non_option || shortcuts_used) /* Used in the traditional way, with datasource, and possibly username and password given from the command line? */