Quizzes & Puzzles1 min ago
Have a Web Page pull info from Excel or Access
5 Answers
I administer a website for the darts team that I play for (no sniggering please).
I collect stats from every game (3dart average, checkout etc). I feed all this into a spreadsheet which then calculates winning percentages, averages for the season and so on.
Each player has there own player page (on the site and in the spreadsheet) which contains statistical information relating to them for the season.
We also have a main player page which contains information for all players so the chaps can compare how they are doing against other members of the team.
This has proved to be very useful for checking player form and performance etc, so much so we are currently top of the league!!
The problem I have is that all the statistical information is updated manually on these pages. What I would like is to have the web pages actively pull their respective data from a data source, be it the excel spreadsheet or an access database that would be stored on the site.
Any advice would be appreciated.
cheers
James
I collect stats from every game (3dart average, checkout etc). I feed all this into a spreadsheet which then calculates winning percentages, averages for the season and so on.
Each player has there own player page (on the site and in the spreadsheet) which contains statistical information relating to them for the season.
We also have a main player page which contains information for all players so the chaps can compare how they are doing against other members of the team.
This has proved to be very useful for checking player form and performance etc, so much so we are currently top of the league!!
The problem I have is that all the statistical information is updated manually on these pages. What I would like is to have the web pages actively pull their respective data from a data source, be it the excel spreadsheet or an access database that would be stored on the site.
Any advice would be appreciated.
cheers
James
Answers
Best Answer
No best answer has yet been selected by jimmycal77. Once a best answer has been selected, it will be shown here.
For more on marking an answer as the "Best Answer", please visit our FAQ.Some more info here for ASP.NET :
http://support.microsoft.com/kb/316934
If your host supports ASP.NET, I'll be able to help some more if you need me to.
http://support.microsoft.com/kb/316934
If your host supports ASP.NET, I'll be able to help some more if you need me to.
If it's Unix based servers, then avoid ASP. PHP is the only option really. I wouldn't trust a company trying to emulate an MS technology on a Unix server, though I have heard good things about Chillisoft..
As I suspected, Chillisoft's ASP only supports MySQL and Postgres databases and not Access or Excel.
If you really needed to use Excel or Access, then I think you'll have to move to a Microsoft server.
As I suspected, Chillisoft's ASP only supports MySQL and Postgres databases and not Access or Excel.
If you really needed to use Excel or Access, then I think you'll have to move to a Microsoft server.
Related Questions
Sorry, we can't find any related questions. Try using the search bar at the top of the page to search for some keywords, or choose a topic and submit your own question.