Does anybody know about this error;
Error HRESULT E_FAIL has been returned from a call to a COM component. (Microsoft Visual Studio)
I was trying to use a query in oledb source through "Sql commang from a variable"
"select * from test where load_tmstp = "+@v1""
(@v1 has the value of sysdate, datatype is datetime)
Thanks