FAQ/Storing-Reports.md
... ...
@@ -10,9 +10,9 @@ Izenda Reports features two methods for saving reports: file system mode and dat
10 10
|--------|----------|
11 11
|Slower to access saved reports |Faster to access saved reports|
12 12
|Uses your database security features|Allows customized security implementation|
13
-|No reports are stored in the |Able to customize the way reports are saved and shared|
13
+|No data is stored on the server|Able to customize the way reports are saved and shared|
14 14
|No default behavior changes required|Behavior implementation required|
15
-|Copying data between databases not easily done|Easily copy reports between servers for use and testing|
15
+|Copying data between databases could be troublesome|Easily copy reports between servers for use and testing|
16 16
|Requires modifications to the Schema|Schema of database is not changed at all|
17 17
18 18
##File System Mode