End Google Ads 201810 - BS.net 01 --> hi every body

i am trying to retrieve a single value from Adodc into EditBox

here i got an error :-
m_edit1=m_adodc1.GetRecordset().GetField().GetItem("StockName");
where "StockName" field of names in my table "Stocks"

the error :- binary : '=' no right side takes class tagVariant , or no convertion available

im working with "visual c++ 6 / mfc" dialog based project

thank you in advance .