Questions tagged [jaydata]

JayData is a standards-based, cross-platform Javascript library and a set of practices to access and manipulate data from various online and offline sources.

JayData is a standards-based, cross-platform Javascript library and a set of practices to access and manipulate data from various online and offline sources.

243 questions
0
votes
1 answer

Varchar datatype in Jaydata

I am using Jaydata with sqlite. I am defining database and their tables using Jaydata. I want to use datatype nvarchar(20) but it generates Jaydata error though it is a sqlite datatype. Kindly,suggest me the way in which i can use varchar/nvarchar…
xTMNTxRaphaelx
  • 1,387
  • 3
  • 11
  • 14
0
votes
1 answer

Sqlite query with jaydata functions simultaneously

I am using offlineDB as Jaydata+Sqlite. I have created database,tables,fields and inserted the data too using Jaydata functions. Now I want that for some functionality I want to run sqlite queries for the same database tables. Is it possible to do…
xTMNTxRaphaelx
  • 1,387
  • 3
  • 11
  • 14
0
votes
0 answers

Sqlite as OfflineDB

Which is the best option while working for offline DB? sqlite with jaydata sqlite sqlite with node.js (Now I am working on Jaydata + Sqlite but I am enable to perform some functionality using JSQL example:multiple grouping)
xTMNTxRaphaelx
  • 1,387
  • 3
  • 11
  • 14
0
votes
2 answers

GroupBy in Jaydata

I have integrated my project with Jaydata using sqlite provider. I have searched and tried but did not find any alternative to write sql queries in the function of Jaydata. I want to group my data upto multiple levels which is same as 'groupby' in…
xTMNTxRaphaelx
  • 1,387
  • 3
  • 11
  • 14
0
votes
1 answer

JayData handling connection errors

I was wandering how I could handle specific connectivity errors when instanciating an Odata store. var store = new Entities.EntityModel({ name: 'oData', oDataServiceHost: App.endPoint + 'events/', …
Jmorvan
  • 1,020
  • 11
  • 31
0
votes
1 answer

jaydata: how to correctly "load" an entity for being edited?

This code should run as is in your browser. JayData testing