<FlowDocument xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
              xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
              xmlns:b="http://schemas.byk.com/2009/xaml/presentation"
			        Tag="Configuration">
    
    
  <Paragraph Style="{DynamicResource Header}">Measurement Database</Paragraph>
  
  <Paragraph>The measurement data can either be saved in databases of "SQL Server Compact" format 
             or as real "SQL Server Connection".</Paragraph>
     
  <Paragraph Style="{DynamicResource Header}">SQL Server Compact database files</Paragraph>   
     
  <Paragraph>SQL Server compact database files (*.sdf) can only be accessed by 
             <Underline><Italic>one user at a time</Italic></Underline>. They can only be saved on the 
             local PC that smart-chart was installed on. If the size of the database reaches 2 GB (or 5000
             data sets) within one year, it is highly recommended to use SQL Server Connection.
             </Paragraph>
             
  <Paragraph><Bold>Note</Bold> - Access from different domains:   <LineBreak />   
             As WIN 7 with Microsoft .NET Framework 4.0 which is used with smart-chart 1.3 and higher,
             has an increased security level, the access from different domains is limited. There are 
             two alternatives:
               </Paragraph>  
  
  <Paragraph>• <Underline>Start</Underline> smart-chart as "Administrator":   <LineBreak />
             Right mouse click on the smart-chart icon (Desktop), and choose "Run as administrator".
             A dialog box opens to confirm this step.
               </Paragraph>
  
  <Paragraph>• <Underline>Start</Underline> smart-chart in "Windows XP Compatibility Mode":  <LineBreak />
             Right mouse click on the smart-chart icon and activate "Properties". Select the 
             "Compatibility" tab and activate "Compatibility mode for Windows XP (Service Pack 3)".
               </Paragraph>
  
  <Paragraph>The chosen setting is automatically saved and next time smart-chart can be started by
             just double clicking on the icon.
               </Paragraph>
  
  
  <Paragraph>• To create a new database, click on the <Bold>Add Database</Bold> button and enter the 
               desired name. After confirmation the new name appears in the lower list area. 
               </Paragraph>     
     
  <Paragraph>• The <Bold>Link existing database</Bold> function allows to link an existing database 
               file, which is not listed yet.
               </Paragraph>
 
  <Paragraph>• The <Bold>Backup database files</Bold> button automatically creates a backup of the 
               standard sdf database file and all measurement SQL Server compact database files (*.sdf) 
               shown in the list.
                   </Paragraph>
  
  <Paragraph><Bold>Important Note</Bold>:  <LineBreak />
             The maximum size of a sdf measurement database file is 4 GB. Therefore, please perform regular
             back-ups of the database (e.g. quarterly) and delete old records.
               </Paragraph>   
  
  <Paragraph Style="{DynamicResource Header}">SQL Server Connection</Paragraph> 
  
  <Paragraph>SQL Server connection allows different users to have simultaneous access to the database.
             The respective SQL Server software needs to be installed first by the IT-department.
               </Paragraph>  
  
  <Paragraph>Step 1:    <LineBreak />     
             A new SQL Server database needs to be created by the IT-department. For more information
             please refer to the detailed instructions described in the file "DBConverter.Help.pdf" stored in the 
             smart-chart folder under "Tools".
               </Paragraph>
               
  <Paragraph>Step 2:    <LineBreak />     
             To convert an existing SQL Server compact database to a SQL Server connection or to set
             up a new SQL Server database, please start the "MeasurementDBConverter.exe" which is located in the
             smart-chart folder under "Converter". 
             </Paragraph>
  
  <Paragraph>Step 3:    <LineBreak />
             Go to the smart-chart Configuration module, select Database and click on the <Bold>Link 
             existing database</Bold> function of the "SQL Server connections" field. A dialog box 
             appears for selection of the desired Server and Database. The button right to the 
             appropriate box allows to start searching for available connections.
               </Paragraph>
  
  <Paragraph>"Standard Security" requires entry of the user ID´s, while "Trusted Connection"
             is related to the User Account Control settings (groups).
               </Paragraph>
  
  <Paragraph>After confirmation, the new name appears in the lower list area.
               </Paragraph>  
  
  
  <Paragraph Style="{DynamicResource Header}">Note:</Paragraph> 
  
  <Paragraph>• The field <Bold>Connection string</Bold> shows information on the database highlighted
               in the list, e.g. localisation and size.
               </Paragraph>
               
  
  <Paragraph>• The <Bold>Delete Database</Bold> button removes the highlighted name from the list.
               Only the link will be deleted, not the database itself.
               </Paragraph>
  
  <Paragraph>• The <Bold>Delete Data</Bold> function allows to delete test series from a database.
               Highlight the desired Database and click the "Delete Data" button. A selection window
               will open to select one or several data sets for deletion.
               </Paragraph>
  
  
    <Paragraph> </Paragraph>  
    <Paragraph> </Paragraph>    
    
</FlowDocument>