home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Grafica / 3dpie / Tutorials / DBinfo.txt < prev    next >
Text File  |  2004-07-01  |  434b  |  11 lines

  1. <!-- Database Connection Info -->
  2. Database: jdbc:mysql://localhost/[DB NAME]
  3. Driver:   [LOCATION OF DB JDBC DRIVER]
  4. User:     [DB USERNAME]
  5. Password: [DB PASSWORD]
  6.  
  7. <!-- Pie Data -->
  8. <!--         Example SQL Statement for Series 1 and 2 -->
  9. series1: Select Value from SalesBar where Year=2004 and Product='X' ORDER BY Month      
  10. series2: Select Value from SalesBar where Year=2004 and Product='Y' ORDER BY Month           
  11.