Click to See Complete Forum and Search --> : How to display MySQL data in an Html page.


FlagstaffRoy
10-17-2006, 12:07 AM
I am new to this part of my project.
Wondering whether anyone has a sample of how to display rows from a single table on an html page.
If you have refrences to a logon page to get to the report, will appreciate sharing it also.
Thanks

felgall
10-17-2006, 01:28 AM
Which server side programming language are you going to use between the two? HTML and mySQL are unable to talk to one another directly.

FlagstaffRoy
10-17-2006, 01:04 PM
I have used vbscript in asp.net. My ISP supports ASP.

ray326
10-17-2006, 09:09 PM
If they're also providing MySQL then they must also be providing something like an ODBC driver from which you can construct a data source.

FlagstaffRoy
10-19-2006, 01:20 PM
Ray I know how to create a datasource. I am not sure how to setup data tags on the page to display data in a grid format. I am looking for sample code for such a task..

NogDog
10-19-2006, 01:40 PM
Moving to the ASP forum....

frank_kelly_101
10-20-2006, 07:27 AM
Is there a big difference between ASP for linux and the original ASP? We have to migrate a site that was done in ASP but our hosting company only supports the linux version of ASP. Should we just rewrite the site?