cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a way to do the database rebuild through the dbcapi?

Former Member
2,854

Dear All,

Good day. My customer using SQL Anywhere 12 wants to know whether there is a way (and any example code) to do the database rebuild through the dbcapi.

I suppose the answer is "NO". Am I correct?

Thank you very much for your kind attention.

Thanks and Best Regards,
Alan

Accepted Solutions (0)

Answers (1)

Answers (1)

VolkerBarth
Contributor

AFAIK, you would need the DBTools API for that, which is a separate C-based API. It's also the base for the command line tools like DBUNLOAD etc. and the according Sybase Central wizards.

For a rebuild, you may have a look a the DBUnload() and DBCreate()functions.