ODataDB Sample 13 - Data Types

This example allows you to test supported data types across different data providers.
Behavior may vary; for instance, ODBC drivers might not support datetime2 or spatial data types.

The datatypes table includes fields for the tested data types. The table data is accessible via any provider.
The usp_datatypes procedure selects data as is. Note that ODBC and OLEDB providers may not support some types.
The usp_odbc_datatypes procedure selects data using the necessary casts to be compatible with ODBC and OLEDB.
You can access the source code for the tables and procedures using the provided links.

OLEDB providers are supported in the .NET Framework version but not in .NET Core.

You can open data in the editor. Choose your language below. Click the links to view JSON data.

SQL Server

System.Data.SqlClientdatatypesusp_datatypesusp_odbc_datatypes$metadata
Microsoft.Data.SqlClientdatatypesusp_datatypesusp_odbc_datatypes$metadata
ODBC Driver 17datatypesusp_datatypesusp_odbc_datatypes$metadata
Source codedatatypesusp_datatypesusp_odbc_datatypes

PostgreSQL

Npgsqldatatypesusp_datatypesusp_odbc_datatypes$metadata
ODBC Driverdatatypesusp_datatypesusp_odbc_datatypes$metadata
Source codedatatypesusp_datatypesusp_odbc_datatypes

MySQL

MySqlConnectordatatypesusp_datatypesusp_odbc_datatypes$metadata
MySql.Data.MySqlClientdatatypesusp_datatypesusp_odbc_datatypes$metadata
ODBC Driverdatatypesusp_datatypesusp_odbc_datatypes$metadata
Source codedatatypesusp_datatypesusp_odbc_datatypes

Conclusion

ODataDB supports nearly all data types through ODBC, OLEDB, and .NET data providers.

You can download samples for any supported database platform with the SaveToDB SDK.