Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Offline SQL
Message
From
13/03/2014 11:37:29
 
 
To
13/03/2014 06:07:51
General information
Forum:
HTML5
Category:
Local SQL database
Title:
Miscellaneous
Thread ID:
01596310
Message ID:
01596464
Views:
39
>>>Hi
>>>
>>>I've been setting up a scanning and signature app on some mobile phone/scanners and I'm looking at storing scans when they have no signal in an offline SQL DB.
>>>
>>>Anyone tell me how long an offline DB persists and "where " is it.
>>
>>For simple stuff you might want to consider using localstorage rather than a Sql option :
>>
>>http://www.w3.org/TR/webstorage/#the-localstorage-attribute
>
>Hi Viv a bit puzzled here . Why shouldn't I use offline sql as it seems to work
>
>FYI this is the sample
>
>http://www.zetakey.com/codesample-sqldb.php

Local storage is supported by more browsers than Web Sql or Indexed DB:
Local Storage: http://caniuse.com/namevalue-storage
Web Sql: http://caniuse.com/sql-storage
Indexed DB: http://caniuse.com/indexeddb

Also the note on Web Sql indicates that it is no longer being maintained.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform