A user have contact us with problem that Valentina Studio hangs on connect to his Pervasive database via ODBC.
We have found that Pervasive do not understand “WHERE false” construction. It works fine with e.g. “WHERE 1 = 0”.
So we fixing our code to avoid this “WHERE false”.