CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Hybrid View

  1. #1
    Join Date
    May 2012
    Posts
    2

    [RESOLVED] Problem with Databinding to an SQL datasource using JSON

    Hi,

    I am currently trying to work out a way of binding an SQL datasource to a pie chart which has been created using VB.

    From the information I've found so far, apparently I will need to do this using JSON, but all of the examples I have come across only show me how to manually add the data into my code. I just need to find a way to connect the datasource to the JSON which is already in the code

    I've looked everywhere for a way to do this, and I dont seem to be getting anywhere!

    I don't want to carry on with what I'm doing to find out that its not possible! If there is a way to do it, any help would be much appreciated.
    Thanks in advance!

    Amber

  2. #2
    Join Date
    May 2012
    Posts
    2

    Re: Problem with Databinding to an SQL datasource using JSON

    Does anyone know of any useful websites which could help me to understand JSON a little bit more, as its proving hard to find an answer to this, and maybe a little more background info on JSON would help me to understand what I am looking for.

    Thanks, Amber

Tags for this Thread

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

Featured