Subversion Repositories oidplus

Rev

Rev 387 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 387 Rev 1177
Line 1... Line 1...
1
 
1
 
2
About the folder "userdata/database"
2
About the folder "userdata/database"
3
------------------------------------
3
------------------------------------
4
 
4
 
5
This folder can be used to store a SQLite database.
5
This folder can be used to store file databases.
-
 
6
 
-
 
7
Two database files have been put here for you to use as template.
-
 
8
 
-
 
9
oidplus_empty.db
-
 
10
	SQLite3 database
-
 
11
	Empty (no example data)
-
 
12
	Table name prefix "oidplus_"
-
 
13
 
-
 
14
oidplus_example.db
-
 
15
	SQLite3 database
-
 
16
	With example data
-
 
17
	Table name prefix "oidplus_"
-
 
18
 
-
 
19
oidplus_empty.accdb
-
 
20
	Microsoft Access database
-
 
21
	Empty (no example data)
-
 
22
	Table name prefix "oidplus_"
-
 
23
 
-
 
24
oidplus_example.accdb
-
 
25
	Microsoft Access database
-
 
26
	With example data
6
The default database name is" oidplus.db"
27
	Table name prefix "oidplus_"
-
 
28
 
-
 
29
!!!ATTENTION!!!
-
 
30
These empty database files WILL get overridden during software
-
 
31
updates and you WILL lose all data in them!
-
 
32
So, if you want to use the templates, please rename them!
-
 
33
For example, rename oidplus_empty.db to oidplus.db, and
-
 
34
then use oidplus.db as your database.
-
 
35
And don't forget to always make a backup of your database
-
 
36
before doing software updates.