Differences

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

Link to this comparison view

integration:rdbms:sqlserver:datatypes [2011/04/08 04:11]
doc
integration:rdbms:sqlserver:datatypes [2016/06/28 22:38]
Line 1: Line 1:
-~~NOTOC~~ 
  
-{{page>:​top_add&​nofooter&​noeditbtn}} 
- 
-====== Integration:​ Relational Databases ====== 
- 
-===== SQL Server ===== 
- 
-[[integration:​rdbms:​sqlserver:​home|Overview]] | 
-[[integration:​rdbms:​sqlserver:​environments|Environments]] | 
-[[integration:​rdbms:​sqlserver:​databases|Databases]] | 
-[[integration:​rdbms:​sqlserver:​tables|Tables]] | 
-[[integration:​rdbms:​sqlserver:​constraints|Constraints]] | 
-**[[integration:​rdbms:​sqlserver:​datatypes|Datatypes]]** | 
-[[integration:​rdbms:​sqlserver:​queries|Queries]] | 
-[[integration:​rdbms:​sqlserver:​updates|Updates]] |  
-[[integration:​rdbms:​sqlserver:​example|Example]] 
- 
----- 
- 
-==== Datatypes ==== 
- 
-Omnidex supports most SQL Server datatypes; however, care must be taken when mapping the SQL Server datatypes to Omnidex. ​ Omnidex accesses SQL Server using the SQL Server ODBC Connector, and so the datatype correlations will follow the ODBC standard. 
- 
-Omnidex has very limited support for Unicode datatypes, also known as National Character datatypes. ​ Omnidex can retrieve and return these datatypes, but cannot index beyond the standard ASCII character set.  The SQL Server NATIONAL datatypes should be declared as STRING or CHARACTER datatypes within Omnidex. 
- 
-Omnidex does not support many of the SQL Server LOB datatypes, though SQL Server CLOB datatypes can be mapped to an Omnidex STRING or CLOB datatype. ​ Omnidex does not support binary large objects. 
- 
-The following table correlates the SQL Server and Omnidex datatypes: 
- 
-|< 100% 25% 25% 50% >| 
-^ SQL Server Datatype ​      ^ Omnidex Datatype ​            ^ Comments ​                                                                                        ^ 
-| CHAR                 | CHAR(ACTER) ​                 |                                                                                                  | 
-| VARCHAR ​             | STRING or VARCHAR ​           | Favor STRING unless your character data cannot be terminated by a NULL character. ​               | 
-| NCHAR                | NATIONAL CHAR(ACTER) ​        | Omnidex has limited support for Unicode datatpes, but recommends the use of CHARACTER datatype. ​ | 
-| NVARCHAR ​            | NATIONAL VARCHAR ​            | Omnidex has limited support for Unicode datatpes, but recommends the use of STRING datatype. ​    | 
-| BIT                  | TINYINT ​                     |                                                                                                  | 
-| TINYINT ​             | TINYINT ​                     |                                                                                                  | 
-| SMALLINT ​            | SMALLINT ​                    ​| ​                                                                                                 | 
-| INT                  | INTEGER ​                     |                                                                                                  | 
-| BIGINT ​              | BIGINT ​                      ​| ​                                                                                                 | 
-| SMALLMONEY ​          | DOUBLE ​                      ​| ​                                                                                                 | 
-| MONEY                | DOUBLE ​                      ​| ​                                                                                                 | 
-| FLOAT                | FLOAT                        |                                                                                                  | 
-| REAL                 | DOUBLE ​                      ​| ​                                                                                                 | 
-| DECIMAL ​             | DOUBLE, CHAR(ACTER) ​         |                                                                                                  | 
-| DATE                 | ODBC DATE                    |                                                                                                  | 
-| SMALLDATETIME ​       | ODBC DATETIME ​               |                                                                                                  | 
-| DATETIME ​            | ODBC DATETIME ​               |                                                                                                  | 
-| DATETIMEOFFSET ​      | ODBC DATETIME ​               | 
-| DATETIME2 ​           | ODBC DATETIME ​               | 
-| TEXT                 | STRING or CLOB               | Favor STRING unless your character data cannot be terminated by a NULL character. ​               | 
-| BINARY ​              | Unsupported ​                 |                                                                                                  | 
-| VARBINARY ​           | Unsupported ​                 |                                                                                                  | 
-| IMAGE                | Unsupported ​                 |                                                                                                  | 
- 
- 
-=====  ===== 
- 
-**[[integration:​rdbms:​sqlserver:​constraints|Prev]]** | 
-**[[integration:​rdbms:​sqlserver:​queries|Next]]** 
- 
-====== Additional Resources ====== 
- 
-See also:  
- 
-{{page>:​integration:​rdbms:​see_also&​nofooter&​noeditbtn}} 
- 
-{{page>:​bottom_add&​nofooter&​noeditbtn}} 
 
Back to top
integration/rdbms/sqlserver/datatypes.txt ยท Last modified: 2016/06/28 22:38 (external edit)