Database

<< Click to Display Table of Contents >>

Navigation:  Options > System >

Database

Here you configure the settings for the database connection.

SpaceObServer-Options-Database

Database type:

Select the type of database you want to use.
We recommend to use a MS SQL Server, because it offers the best data access and scan performance and it has no standard size limitation.

SpaceObServer Embedded

To use an SpaceObServer Embedded database, you have to enter the full path of the used database file (".fdb" file) into the "File name" field. With the button on the right you can search for an existing file or create a new file on the underneath button. By default the path of the provided database file ("<COMMON APPDATA>\JAM Software\SpaceObServer\SpaceObServer.fdb") is entered here.

MS SQL Server

If you choose to use a SQL Server database, you have to enter the name of the database server into "Server name". Through the drop down box you get a list of all accessible SQL Servers in your network.
Note: Sometimes not all SQL servers can be listed. If your server is not listed, please type its name manually into the field! When you have selected a server you may select a database on this server using the "Database" drop down box. If you do not select a database, the default database of the selected database user is used.

Oracle

To connect to an Oracle database you have to enter the name of the server, where Oracle is running, into "Server name".
Please find some additional tips regarding the usage of Oracle here.

MySQL

Since ADO dose not provide a usable provider for MySQL we use an ODBC data source to connect to MySQL server. What you need is an installed MySQL ODBC driver, like MySQL Connector/ODBC. You can download this driver for free from the My SQL home page: dev.mysql.com

Note 1: SpaceObServer needs the 64 Bit version of the ODBC drivers!
Please enter the name of your MySQL server into the "Server name" field. Then configure your SQL server Authentication in the "Login info" section. You should now be able to select the database to use in the "Database" drop down box.

Note 2: You can configure the used MySQL Connector (If you have more than one installed) and the My SQL port by clicking the button next to the "Server name" field.

Firebird

Since ADO dose not provide a provider for Firebird we use an ODBC data source to connect to a Firebird database. You need to install the Firebird/Interbase ODBC driver. Please download the driver for free from the  Firebird home page: www.firebirdsql.org

Note 1: SpaceObServer needs the 64 Bit version of ODBC drivers!
Please enter the full path of your Firebird database into the "File Name" field. Then configure your SQL server Authentication in the "Login info" section.

Note 2: The default login for Firebird database is user SYSDBA, password: masterkey.

Note 3: You can configure the used Firebird ODBC driver (If you have more than one installed) by clicking the button next to the "File Name" field.

Login info:

Select the security mode for the database access. You can choose between the "Windows Authentication" (the currently logged in user account is taken for database access), or you can enter a specified database user account into the "User Name" and "Password" field.

A guide to create a database user account can be found here.

Note: "Windows Authentication" is only available for Microsoft base database Systems, MS SQL Server and SpaceObServer Embedded.

Test Connection:

By using this button you can test if the database settings you entered are valid.

Download and install free MS SQL Server Express:

Start the integrated MS SQL installer which leads you trhough the download and installation process of a free "Microsoft SQL Server Express Version" (See: MS SQL Server Express).

 

Note: to guarantee the correct behavior of SpaceObServer you have to ensure that the used database login has sufficient permissions to the connected database.
You will find the needed permissions in the section "Database Permissions".