![]() | ![]() Products ![]() ![]() ![]() ![]() |
Home » Technical Support » Elevate Web Builder Technical Support » Support Forums » Elevate Web Builder General » View Thread |
Messages 1 to 3 of 3 total |
![]() |
Mon, Jun 4 2012 12:31 AM | Permanent Link |
cwsymons | Hi,
I need to establish what is format the data needs to be returned to the EWB ServerRequest Component so that the LoadRows method can be called. I know the "columns" method call returns the following http://localhost/vendors?method=columns {"columns": [{"name":"john","type":"string"}, {"name":"peter","type":"string"}]} What is the format of a dataset such that it can be passed to "LoadRows"? TIA Craig Symons |
Mon, Jun 4 2012 2:41 AM | Permanent Link |
Rick | <cwsymons> wrote in message
news:BE22FD2C-444B-4B95-881D-4A762CE90D8C@news.elevatesoft.com... > I need to establish what is format the data needs to be returned to the > EWB ServerRequest Component so that the LoadRows method can be called. I > know the "columns" method call returns the following > > http://localhost/vendors?method=columns > {"columns": [{"name":"john","type":"string"}, > {"name":"peter","type":"string"}]} > > What is the format of a dataset such that it can be passed to "LoadRows"? > > Craig, something like the following: {"rows":[{"john":"value1","peter":"value2"},{"john":"value3","peter":"value4"}]} -- Rick |
Mon, Jun 4 2012 5:59 PM | Permanent Link |
cwsymons | "Rick" wrote:
<cwsymons> wrote in message news:BE22FD2C-444B-4B95-881D-4A762CE90D8C@news.elevatesoft.com... > I need to establish what is format the data needs to be returned to the > EWB ServerRequest Component so that the LoadRows method can be called. I > know the "columns" method call returns the following > > http://localhost/vendors?method=columns > {"columns": [{"name":"john","type":"string"}, > {"name":"peter","type":"string"}]} > > What is the format of a dataset such that it can be passed to "LoadRows"? > > Craig, something like the following: {"rows":[{"john":"value1","peter":"value2"},{"john":"value3","peter":"value4"}]} -- Rick Thanks Rick |
This web page was last updated on Saturday, June 3, 2023 at 10:17 AM | Privacy Policy![]() © 2023 Elevate Software, Inc. All Rights Reserved Questions or comments ? ![]() |