Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
integration:rdbms:sqlserver:databases [2011/04/07 17:54]
127.0.0.1 external edit
integration:rdbms:sqlserver:databases [2016/06/28 22:38] (current)
Line 23: Line 23:
 The [[dev:​sql:​statements:​create_database:​home|CREATE DATABASE]] statement is used to declare a SQL Server database within an Omnidex Environment File.  This statement can either be issued directly, or it can be extracted from SQL Server using the EXTRACT statement as discussed in the previous section. The [[dev:​sql:​statements:​create_database:​home|CREATE DATABASE]] statement is used to declare a SQL Server database within an Omnidex Environment File.  This statement can either be issued directly, or it can be extracted from SQL Server using the EXTRACT statement as discussed in the previous section.
  
-The CREATE DATABASE statement must include the DSN or File DSN that identifies the SQL Server database, as well as the SQL Server user and password.  ​Note that the datatype type is ODBC, with a subtype of SQLSERVER, reflecting that ODBC is the primary method of accessing a SQL Server database.+The CREATE DATABASE statement must include the DSN or File DSN that identifies the SQL Server database, as well as the SQL Server user and password.  ​
  
 <​code>​ <​code>​
 create database ​               "​SIMPLE"​ create database ​               "​SIMPLE"​
- ​type ​                         ​odbc + ​type ​                         ​sqlserver
- ​subtype ​                      mysql+
  ​dsn ​                          "​simple"​  ​dsn ​                          "​simple"​
  ​user ​                         "​simple"​  ​user ​                         "​simple"​
Line 40: Line 39:
 Omnidex provides three methods of supporting SQL Server security.  ​ Omnidex provides three methods of supporting SQL Server security.  ​
  
-  * Administrators can register a user and password ​in the SQL Server datasource.+  * Administrators can control security ​in the SQL Server datasource.
   * Administrators can register a user and password in the Omnidex Environment File.  This user and password will always be used to access the SQL Server database, and no users and passwords will be needed from the application.  ​   * Administrators can register a user and password in the Omnidex Environment File.  This user and password will always be used to access the SQL Server database, and no users and passwords will be needed from the application.  ​
   * The application can pass a user and password in the [[dev:​connections:​home|Omnidex Connection String]]. ​ This user and password is then passed directly to SQL Server to access the database.  ​   * The application can pass a user and password in the [[dev:​connections:​home|Omnidex Connection String]]. ​ This user and password is then passed directly to SQL Server to access the database.  ​
 
Back to top
integration/rdbms/sqlserver/databases.1302198867.txt.gz · Last modified: 2016/06/28 22:38 (external edit)