cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Is there a way to extract table DDL from any version of SQL Anywhere. For example, SQL Server has an assembly you can call to get pretty much any information from the database, including DDL for DB objects.

Thanks,

Brad

View Entire Topic
Former Member

You might want to look at the sa_get_table_definition() system function in 11.0.1. It uses the same gear as dbunload for extracting the definitions from the catalog.