As with SQL Anywhere 10.0, the database server no longer reads database files created using older software; they must be rebuilt. The easiest way is to upload your database to a new one using the dbunload tool. You can do this in one step:
dbunload -c uid=<user>;pwd=<password>;dbf=<DBFileName> -an <newDBFileName>
, 12. ( ), :
dbunload, old, , - dbunload -c uid=<user>;pwd=<password>;dbf=<DBFileName> unload. "unload" .dat. "reload.sql" script.- .
dbinit, new, (, , ..).dbisql -c uid=<user>;pwd=<password> reload.sql
: Sybase SQL Anywhere.