﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Database Deployment Toolkit » Issues  » Issue with TinyInt</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 09 Jun 2026 06:06:18 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Issue with TinyInt</title><link>http://forum.strataframe.net/FindPost11233.aspx</link><description>Good link Greg.&amp;nbsp; There's a lot of good info in SQL Server Books Online.</description><pubDate>Thu, 30 Aug 2007 09:13:24 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item><item><title>Issue with TinyInt</title><link>http://forum.strataframe.net/FindPost11220.aspx</link><description>I have set the data types for a number of fields to 'TinyInt'. These values come accross as System.Byte in the mapper. Is this correct or a small bug?&lt;/P&gt;&lt;P&gt;&lt;BR&gt;Tim</description><pubDate>Thu, 30 Aug 2007 09:13:24 GMT</pubDate><dc:creator>Tim Dol</dc:creator></item><item><title>RE: Issue with TinyInt</title><link>http://forum.strataframe.net/FindPost11232.aspx</link><description>Yep, it's correct, in fact, we had to put some special clase code in the BOMapper to make it map like that.&amp;nbsp; According to the GetScema() method of SqlCommand that tells the native .NET type that is supposed to support a column, it says it should be System.SByte, but that's a "signed byte" (-128 to 127) and doesn't work with tiny int which should be 0 to 255.</description><pubDate>Thu, 30 Aug 2007 09:12:33 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item><item><title>RE: Issue with TinyInt</title><link>http://forum.strataframe.net/FindPost11227.aspx</link><description>This is correct.&lt;br&gt;
&lt;br&gt;
[url]http://msdn2.microsoft.com/en-us/library/ms131092.aspx[/url]</description><pubDate>Wed, 29 Aug 2007 17:25:06 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item></channel></rss>