﻿<?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 / Latest Posts</title><generator>InstantForum.NET v4.1.4</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>forum@strataframe.net</webMaster><lastBuildDate>Thu, 21 Aug 2008 19:48:26 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Issue with TinyInt</title><link>http://forum.strataframe.net/Topic11220-13-1.aspx</link><description>Good link Greg.  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>Ben Chase</dc:creator></item><item><title>RE: Issue with TinyInt</title><link>http://forum.strataframe.net/Topic11220-13-1.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.  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>Ben Chase</dc:creator></item><item><title>RE: Issue with TinyInt</title><link>http://forum.strataframe.net/Topic11220-13-1.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><item><title>Issue with TinyInt</title><link>http://forum.strataframe.net/Topic11220-13-1.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>Wed, 29 Aug 2007 12:24:18 GMT</pubDate><dc:creator>Tim Dol</dc:creator></item></channel></rss>