Page 1 of 1

SQL Server/SQLite/Oracle/etc. DataType mappings

Posted: Tue 18 Jan 2011 16:02
by MasterCephus
Is there documentation anywhere that gives these mappings by default?

Specifically, I'm having trouble mapping NUMERIC in SQL server and a GUID representation in SQLite...but I'm thinking that issue has more to do with SQLite than with the tool...

Posted: Tue 18 Jan 2011 16:54
by MasterCephus
Sorry, I found this in the documentation.

Posted: Thu 20 Jan 2011 14:18
by StanislavK
The information about default data type mapping is available in the 'Database Providers' -> [Provider] -> 'Data Type Mapping' topics of our documentation. For example, mapping for SQLite and SQL Server is described in
http://www.devart.com/linqconnect/docs/ ... pping.html
http://www.devart.com/linqconnect/docs/ ... pping.html

As for GUID support in LinqConnect models for SQLite, we've answered you here:
http://www.devart.com/forums/viewtopic.php?t=20021