i am reading an SQL table and its working fine.
However if i simple read a boolean colomn "IsBaseLine" from the same SQL table. (the boolean data : "IsBaseLine",)
Then I get an error:
DataTables warning: table id=tblData - Requested unknown parameter 'IsBaseLine' for row 0, column 0. For more information about this error, please see http://datatables.net/tn/4
I've read around in circles trying to render and test the (data) but to no avail.
Can anyone help?
↧
Reading a Boolean field from an SQL database.
↧