Laserfiche WebLink
Generic Database Data s tore <br />Appendix – Generic Database Data s tore - 4 <br />The following example illustrates how to configure a generic datastore for a SQL Server database, using <br />separate database connection properties (NOT using an ODBC DSN). S uch configurations may not be <br />suitable because it may b e desirable to configure login information in an ODBC DSN. The following is <br />appropriate if a generic read -only service account is configured. <br /> <br /># Configuration information for Nebraska DNR development database. <br /># Properties are: <br /># <br /># The user will see the f ollowing when interacting with the datastore: <br /># <br /># Name - datastore identifier used in applications, for example as the <br /># input type information for time series identifiers (usually a short string) <br /># Description - datastore description for reports and u ser interfaces (short phrase) <br /># <br /> <br />Type = "GenericDatabaseDataStore" <br />Name = "NDNR -Cascade -WaterRights" <br />Description = "INSIGHT Development Database" <br />DatabaseEngine = "SqlServer" <br />DatabaseServer = "xxxxx " <br />DatabaseName = "WaterRights" <br />SystemLogin = "guest" <br />Syste mPassword = "guest" <br />Generic Database Datastore Configuration File Using Database Connection Properties <br /> <br /> <br /> <br /> <br />30