如何檢索數據集布爾值一個布爾值,我使用Visual Studio 2003中,我嘗試以下,但它不工作:獲取從數據表
//if product inactive, don't display, and redirect to main page
if((dbDataSet.Tables["productGeneral"].Rows[0]["Active"].Equals(0)))
我甚至試過,但不工作:
if((dbDataSet.Tables["productGeneral"].Rows[0]["Active"].toString() == false)
列名稱爲[ 「活動」],在列要麼是真或假,使用SQL Server 2000
價值,請幫助
非常感謝你對我的幫助了:) – Developer 2009-06-26 19:16:21