Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread Saving DataSet to Local Storage
Tue, Jul 16 2013 6:22 AMPermanent Link

Chris Holland

SEC Solutions Ltd.

Avatar

Team Elevate Team Elevate

Hi,

I was wondering if anybody has managed to save and load a DataSet to and
from the local storage yet, and which is the best way to do it.

I have tried using the DataSet GetColumns and GetRows functions to store
the data and then the LoadColumns and LoadRows to retrieve it but the
retrieve is failing for some reason.

Looking at the JSON data that is returned from the GetColumns function
there appears to be a missing } at the end of each column!
--
Chris Holland
[Team Elevate]
Tue, Jul 16 2013 6:31 AMPermanent Link

Chris Holland

SEC Solutions Ltd.

Avatar

Team Elevate Team Elevate

I have just tried modifying the webdata source to add the missing } to
the GetColumns function and all is working fine now.

Chris Holland
[Team Elevate]

On 16/07/2013 11:22, Chris Holland wrote:
> Hi,
>
> I was wondering if anybody has managed to save and load a DataSet to and
> from the local storage yet, and which is the best way to do it.
>
> I have tried using the DataSet GetColumns and GetRows functions to store
> the data and then the LoadColumns and LoadRows to retrieve it but the
> retrieve is failing for some reason.
>
> Looking at the JSON data that is returned from the GetColumns function
> there appears to be a missing } at the end of each column!
Wed, Jul 17 2013 12:36 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Chris,

<< Looking at the JSON data that is returned from the GetColumns function
there appears to be a missing } at the end of each column! >>

Yep, that's a bug.  It's fixed now.

Thanks,

Tim Young
Elevate Software
www.elevatesoft.com
Image