Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Offline SQL
Message
De
13/03/2014 11:37:29
 
 
À
13/03/2014 06:07:51
Information générale
Forum:
HTML5
Catégorie:
Bases de données SQL local
Titre:
Divers
Thread ID:
01596310
Message ID:
01596464
Vues:
40
>>>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform