I have Table1, inside I have 3 diferent fields and 1 field which type is boolean(yes/no). When I try to retrive the records that
are checked with
"Dim com As String = "SELECT field1,field2,field3,field4 FROM Table1 WHERE field4 = 1""
I dont get anything.
There is no errors,everything passes,everything works and my datagrid is still empty.
Help anyone????
are checked with
"Dim com As String = "SELECT field1,field2,field3,field4 FROM Table1 WHERE field4 = 1""
I dont get anything.
There is no errors,everything passes,everything works and my datagrid is still empty.
Help anyone????