tags:

views:

773

answers:

1

Oracle 9i has not BOOLEAN data type. CheckBoxes in ASP.NET are BOOLEAN controls are they not?

So using a CHAR(1) column with Y or N values in the Oracle table, how do I bind to a CheckBox or CheckBoxList or RadioButton or RadioButtonList control on an ASP.NET 2.0 web form?

I'm using VB, 'specially since I'm a noobie.

A: 

I would set the value to 1 or 0 and have an int datatype

Andrew Welch

related questions