Differences

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

Link to this comparison view

integration:rdbms:odbc:datatypes [2011/04/06 17:43]
127.0.0.1 external edit
integration:rdbms:odbc:datatypes [2016/06/28 22:38]
Line 1: Line 1:
-~~NOTOC~~ 
  
-{{page>:​top_add&​nofooter&​noeditbtn}} 
- 
-====== Integration:​ Relational Databases ====== 
- 
-===== Generic ODBC ===== 
- 
-[[integration:​rdbms:​odbc:​home|Overview]] | 
-[[integration:​rdbms:​odbc:​environments|Environments]] | 
-[[integration:​rdbms:​odbc:​databases|Databases]] | 
-[[integration:​rdbms:​odbc:​tables|Tables]] | 
-[[integration:​rdbms:​odbc:​constraints|Constraints]] | 
-**[[integration:​rdbms:​odbc:​datatypes|Datatypes]]** | 
-[[integration:​rdbms:​odbc:​queries|Queries]] | 
-[[integration:​rdbms:​odbc:​updates|Updates]] |  
-[[integration:​rdbms:​odbc:​example|Example]] 
- 
----- 
- 
-==== Datatypes ==== 
- 
-Omnidex supports most ODBC datatypes; however, care must be taken when mapping the ODBC datatypes to Omnidex. ​ Omnidex accesses ODBC using the ODBC 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 ODBC NATIONAL datatypes should be declared as STRING or CHARACTER datatypes within Omnidex. 
- 
-Omnidex does not support many of the ODBC LOB datatypes, though ODBC CLOB datatypes can be mapped to an Omnidex STRING or CLOB datatype. ​ Omnidex does not support binary large objects. 
- 
-The following table correlates the ODBC and Omnidex datatypes: 
- 
-|< 100% 25% 25% 50% >| 
-^ ODBC Datatype ​      ^ Omnidex Datatype ​            ^ Comments ​                                                                                        ^ 
-| CHAR                 | CHAR(ACTER) ​                 |                                                                                                  | 
-| VARCHAR ​             | STRING or VARCHAR ​           | Favor STRING unless your character data cannot be terminated by a NULL character. ​               | 
-| NATIONAL CHAR        | NATIONAL CHAR(ACTER) ​        | Omnidex has limited support for Unicode datatpes, but recommends the use of CHARACTER datatype. ​ | 
-| NATIONAL VARCHAR ​    | NATIONAL VARCHAR ​            | Omnidex has limited support for Unicode datatpes, but recommends the use of STRING datatype. ​    | 
-| BIT                  | TINYINT ​                     |                                                                                                  | 
-| TINYINT ​             | TINYINT ​                     |                                                                                                  | 
-| BOOLEAN ​             | TINYINT ​                     |                                                                                                  | 
-| SMALLINT ​            | SMALLINT ​                    ​| ​                                                                                                 | 
-| MEDIUMINT ​           | INTEGER ​                     |                                                                                                  | 
-| INTEGER ​             | INTEGER ​                     |                                                                                                  | 
-| BIGINT ​              | BIGINT ​                      ​| ​                                                                                                 | 
-| FLOAT                | FLOAT                        |                                                                                                  | 
-| DOUBLE ​              | DOUBLE ​                      ​| ​                                                                                                 | 
-| DECIMAL ​             | DOUBLE, CHAR(ACTER) ​         |                                                                                                  | 
-| DATE                 | ODBC DATE                    |                                                                                                  | 
-| DATETIME ​            | ODBC DATETIME ​               |                                                                                                  | 
-| TIMESTAMP ​           | ODBC DATETIME ​               |                                                                                                  | 
-| TIME                 | ODBC TIME                    |                                                                                                  | 
-| YEAR                 | SMALLINT ​                    ​| ​                                                                                                 | 
-| TINYTEXT ​            | STRING or CLOB               | Favor STRING unless your character data cannot be terminated by a NULL character. ​               | 
-| TEXT                 | STRING or CLOB               | Favor STRING unless your character data cannot be terminated by a NULL character. ​               | 
-| MEDIUMTEXT ​          | STRING or CLOB               | Favor STRING unless your character data cannot be terminated by a NULL character. ​               | 
-| LONGTEXT ​            | STRING or CLOB               | Favor STRING unless your character data cannot be terminated by a NULL character. ​               | 
-| ENUM                 | STRING ​                      ​| ​                                                                                                 | 
-| SET                  | STRING ​                      ​| ​                                                                                                 | 
-| BINARY ​              | Unsupported ​                 |                                                                                                  | 
-| VARBINARY ​           | Unsupported ​                 |                                                                                                  | 
-| TINYBLOB ​            | Unsupported ​                 |                                                                                                  | 
-| BLOB                 | Unsupported ​                 |                                                                                                  | 
-| MEDIUMBLOB ​          | Unsupported ​                 |                                                                                                  | 
-| LONGBLOB ​            | Unsupported ​                 |                                                                                                  | 
- 
- 
-=====  ===== 
- 
-**[[integration:​rdbms:​odbc:​constraints|Prev]]** | 
-**[[integration:​rdbms:​odbc:​queries|Next]]** 
- 
-====== Additional Resources ====== 
- 
-See also:  
- 
-{{page>:​integration:​rdbms:​see_also&​nofooter&​noeditbtn}} 
- 
-{{page>:​bottom_add&​nofooter&​noeditbtn}} 
 
Back to top
integration/rdbms/odbc/datatypes.txt ยท Last modified: 2016/06/28 22:38 (external edit)