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.
How is handle sql server2005 Tinyint datatype?
-
- Posts: 101
- Joined: Wed Jul 26, 2006 8:03 am
- Location: CHENNAI-TN, INDIA
How is handle sql server2005 Tinyint datatype?
Marimuthu K
How is handle sql server2005 Tinyint datatype?
Hello,
You can set type of column to type object, or you can directly access to data, for example:
Thank you.
You can set type of column to type object, or you can directly access to data, for example:
Code: Select all
DataSource["NameOfColumn"]