J
jonathandrott
i'm trying to find fields that don't have data by my constraints. this
is not working in vb2005.
Dim dbAdapter As Odbc.OdbcDataAdapter = New
Odbc.OdbcDataAdapter("select PLU_NUM from Inv_Info where
UNITS_INPUR_UNIT =0 and PURCH_PLU <> '' ", connDB)
its two single quotes with a double quote at the end.
is not working in vb2005.
Dim dbAdapter As Odbc.OdbcDataAdapter = New
Odbc.OdbcDataAdapter("select PLU_NUM from Inv_Info where
UNITS_INPUR_UNIT =0 and PURCH_PLU <> '' ", connDB)
its two single quotes with a double quote at the end.