Hey guys, i am currently working on a project.
It's a web application for registering the amount of time an employee has worked. I have written the web app for adding a new employee and for adding a timestamps( e.g work done). Now my problem is like this i need to be able to access the two tables in the database and from there converting them to xls documents, preferably using c++.
Anyhow my two questions are
1. I have seen a lot of the .cvs file format but my tables are of the .frm format along with a .MYD and .MYI files , could somebody explain this to me.
2. Does anyone know a method to gather this data and write it to an .xls document ??
Thanks.
//K0ns3rv