Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Make dynamic reports available over internet?

I have a number of Excel spreadsheets that make various menu-driven ODBC
queries to a backend Pervasive SQL database. VBA does the ADODB stuff and
extensive Excel formatting. I'm frequently making modifications and
distributing them to the folks that need 'em.

I'd like to somehow make these available over the internet, so that folks
can access them wherever they are. Not just static reports (trivial via
Excel's publish as web page), but dynamic menu-driven reports.

I've done stuff similar to this using php/mysql, but don't know where to
begin using Excel/odbc/vba.

How do I get started? What technologies do I have to have in place to
accomplish this?

Thanks!
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 575
Default Make dynamic reports available over internet?

Jdub,

If you have all the logic already sorted in Excel, you could have a look at
using the Office Web Components in a browser. Doing so would allow you to
use your formatting routines, etc.

It's not trivial, but with a bit of work I'm guessing you could create an
interface in a web page that constructs an sql query against the sql server
and returns it to the OWC spreadsheet using very similar code to that you
have already.

You can get the OWC off msdn. The downside is you need the OWC on the client
machines too, but it sounds like you can probably handle this.

Robin Hammond
www.enhanceddatasystems.com

"jdub" wrote in message
...
I have a number of Excel spreadsheets that make various menu-driven ODBC
queries to a backend Pervasive SQL database. VBA does the ADODB stuff and
extensive Excel formatting. I'm frequently making modifications and
distributing them to the folks that need 'em.

I'd like to somehow make these available over the internet, so that folks
can access them wherever they are. Not just static reports (trivial via
Excel's publish as web page), but dynamic menu-driven reports.

I've done stuff similar to this using php/mysql, but don't know where to
begin using Excel/odbc/vba.

How do I get started? What technologies do I have to have in place to
accomplish this?

Thanks!



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How can I make reports faster in excel using ADO ST Excel Discussion (Misc queries) 1 July 29th 06 02:03 AM
Make dynamic charts more dynamic Milo Charts and Charting in Excel 1 April 12th 06 09:01 AM
make bug reports easy Malcolm Patterson Excel Discussion (Misc queries) 1 March 22nd 06 08:33 PM
fast way to make reports from a database 71marco71[_6_] Excel Programming 0 February 5th 04 09:15 PM


All times are GMT +1. The time now is 10:01 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"