Hello,
Given the version and file extension, I'd say you've got an SQL Anywhere database. There is a utility named Unload (dbunload) that allows you to unload the DDL + data to files. Check the SQL Anywhere documentation http://help.sap.com/sql-anywhere , even if the documentation for v.8 is not available anymore, the utility still exists in newest versions.
HTH
Cris
Add comment