VB2005 Express Charting

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • frederick austin

    #1

    VB2005 Express Charting

    Dear Developers,

    Is it possible to create charts using VB2005 Express Edition or do I
    need the real thing ?

    I am trying to develop a charting system that works with day end figures
    and would welcome your suggestions.

    I would like the system to do the following:

    1. automatically retrieve day end price (opening, closing, high, low &
    volume) via a web service and store the info on my database (MySQL).

    2. Extract data from my database and display it as a chart.

    Thanks in advance for you input

    F





    *** Sent via Developersdex http://www.developersdex.com ***
  • Cor Ligthert [MVP]

    #2
    Re: VB2005 Express Charting

    Frederic,

    I don't see any reason why you could not us VB2005 Express.

    However not for your webservice for that your need another tool.

    It seems strange for me that you want to use MySQL while there is the free
    SQLExpress, that fits seemless with the other Express products.

    Cor

    "frederick austin" <frederickausti n@yahoo.comschr eef in bericht
    news:%23tT41IOP HHA.4424@TK2MSF TNGP06.phx.gbl. ..
    Dear Developers,
    >
    Is it possible to create charts using VB2005 Express Edition or do I
    need the real thing ?
    >
    I am trying to develop a charting system that works with day end figures
    and would welcome your suggestions.
    >
    I would like the system to do the following:
    >
    1. automatically retrieve day end price (opening, closing, high, low &
    volume) via a web service and store the info on my database (MySQL).
    >
    2. Extract data from my database and display it as a chart.
    >
    Thanks in advance for you input
    >
    F
    >
    >
    >
    >
    >
    *** Sent via Developersdex http://www.developersdex.com ***

    Comment

    • fa

      #3
      Re: VB2005 Express Charting

      Cor,

      Thanks, one more question, which tool will you recommend i use for the
      webservice ?

      Frederick

      *** Sent via Developersdex http://www.developersdex.com ***

      Comment

      Working...