French Encore une question sur la Base de donnée

klaus

Expert
Licensed User
Longtime User
Si vous regardez dans le fichier d'aide de la librairie SQL vous trouvet tous les liens.

The SQL library is based on the popular open source SQL engine, SQLite 3.
With SQLite the database is stored in a single file.
SQLite site: www.sqlite.org
In the above link you can find many explanations about the SQLite engine and syntax.
This implementation is based on the open source .Net library named System.Data.SQLite.
System.Data.SQLite site: http://sqlite.phxsoftware.com/
The SQL library requires that the .Net Compact Framework 2.0 will be installed on the device (.Net Framework 2.0 on the desktop).

Using this library you can use larger databases and with much more options than using only the Table control.
There are built-in methods for showing the queried results in a Table control and for saving the data in a Table control inside an SQLite database.
This help manual do not cover the SQLite syntax.
The syntax is covered here: http://www.sqlite.org/lang.html

Pour l'istallation, je ne l'ai jamais fait. Mais je pense que cela s'installe comme n'importe quel autre programme.​
 

N1c0_ds

Active Member
Licensed User
Sur le telephone, c'est juste un fichier. Tu peux y accéder avec SQL mais pas besoin d'applications supplémentaires, seulement la base de donnée, les DLL de ton application et l'application elle-même.

Il y a un exemple disponible pour SQL si tu en sens le besoin.
 
Top