Results 1 to 4 of 4

Thread: making graphs rom a database file ?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Aug 2000
    Location
    Posts
    105

    making graphs rom a database file ?

    Hello ,

    can anyone help me get started on making graphs from a database file containing input of sensors from a gas turbine motor
    like : pressure , temperature ...

    thanks in advance tomer.

  2. #2
    Member
    Join Date
    May 2000
    Posts
    41
    what's the database file in? I use an OLE link to an excel spreadsheet and within it there is a graph <3d pie chart> (which i also show). i link my data to the spreadsheet part of the excel file and it in turn changes the pie chart on the fly. Then i display the pie chart on a seperate image within the form
    Here I doeh again

  3. #3
    Fanatic Member gwdash's Avatar
    Join Date
    Aug 2000
    Location
    Minnesota
    Posts
    666
    Could you be more specific(Table Names, etc.), but a simple way is to use DAO/ADO to open the Database, then use either the MSChart Control, or An OLE link to Excel, or even Open an excel window with OLE Automation.
    GWDASH
    [b]VB6, Perl, ASP, HTML, JavaScript, VBScript, SQL, C, C++, Linux , Java, PHP, MySQL, XML[b]

  4. #4
    Member
    Join Date
    May 2000
    Posts
    41
    yep, he is right. unless you want to make 3d pie charts..then the easiest way is the way i went.
    Here I doeh again

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width