file conversion
Managed C++/CLI
2
Posts
2
Posters
0
Views
1
Watching
-
I am a new user to this site. I need to to know that how to convert a database file may be in access or in SQl in to html file.if anybody can help me in this regards shriya
-
I am a new user to this site. I need to to know that how to convert a database file may be in access or in SQl in to html file.if anybody can help me in this regards shriya
You want to do this in Managed C++, or you're just asking in the wrong place ? How do you expect to convert it to HTML ? The most obvious way is to read the data from the database, and set the result as the datasource of a GridView or DataGrid, which will show the data in a HTML table.
Christian Graus - C++ MVP