What's New in SQL Anywhere Studio
What's New in Version 7.0.3
This section introduces the new features in Adaptive Server Anywhere version 7.0.3. It provides a listing of major and minor new features, with cross references to locations where each feature is discussed in detail.
Database properties for blank padding and case sensitivity You can now use two new properties to determine if your database uses blank padding when comparing strings (BlankPadding) or if your database is case sensitive (CaseSensitive).
For more information see Database-level properties.
Server property for C2 security mode You can now use the new C2 server property to determine whether the database server was started using the -sc
option. The -sc
option is intended for use in a C2-certified environment.
For more information see Server-level properties.
Login procedure allows connections to be blocked The login_procedure option allows a stored procedure to be called for each new connection. This procedure can now be used to disallow database connections.
For more information see LOGIN_PROCEDURE option [database].
FileDSN now supported on UNIX The FileDSN connection parameter for ODBC data sources is now supported on UNIX.