Dear All, I have a database schema and i want to generate a document in any format(html or pdf or excel) of all the tables,stored procedures ,triggers for mysql .Please suggest a suitable tool which can provide all the documents
+1
A:
Following these steps should help:
- connect to the database and retrieve data
- use an appropriate module in your programming language of choice which is able to handle formats such as HTML/PDF/XLS(X)
- organise the retrieved data in a presentable form and write to file using the module that you chose in step 2
Alan Haggai Alavi
2010-07-21 06:55:08
Thanks Alan,i want a tool or utility which can dynamically generate these docs for me.
angelina
2010-07-21 06:56:26