How is handle sql server2005 Tinyint datatype?

Stimulsoft Reports.NET discussion
Post Reply
MARIMUTHU K
Posts: 101
Joined: Wed Jul 26, 2006 8:03 am
Location: CHENNAI-TN, INDIA

How is handle sql server2005 Tinyint datatype?

Post by MARIMUTHU K »

Hi ,

We are using Stimul2007.3 .Net 2.0. and SQL server 2005.

We are designing one Report use Dataset with tinyInt, but stimul automatically converted bit datatype.
How is it work?

Its urgent help?

How is rectify that ? or provide other solution.
Marimuthu K
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

How is handle sql server2005 Tinyint datatype?

Post by Vital »

Hello,

You can set type of column to type object, or you can directly access to data, for example:

Code: Select all

DataSource["NameOfColumn"]
Thank you.
Post Reply