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, |
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. |