front page dynamic database charts

J

Jim Buyens

-----Original Message-----
Does anyone know how to build a chart from a database in
front page

To achieve this, you would need to write some custom ASP
or ASP.NET code. This code would query the database, feed
the data into a suitable ActiveX control, get the GIF
bits from the control, and send them to the browser.

To locate such an ActiveX control, type
? asp activex chart
into the IE address bar and press Enter.

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 
Top