hi
i had created a query from a table that contains memo fields. now if i run simple query like
SELECT DISTINCT memo_f1,memo_f2,memo_f3 from TblXYZ
then the query executes perfectly fine on some Computers and fails to run on others and gives the following error message:
" Cannot include Memo, OLE, Hyperlink Object when you select Unique Values (TblXYZ.memo_f1) "
i cant figure out what exactly the problem is. Actually i am using this query in my application and it would fail to execute on some client machines. Can any one tell me which dlls or components are required so that i may include them in my setup package.
i had created a query from a table that contains memo fields. now if i run simple query like
SELECT DISTINCT memo_f1,memo_f2,memo_f3 from TblXYZ
then the query executes perfectly fine on some Computers and fails to run on others and gives the following error message:
" Cannot include Memo, OLE, Hyperlink Object when you select Unique Values (TblXYZ.memo_f1) "
i cant figure out what exactly the problem is. Actually i am using this query in my application and it would fail to execute on some client machines. Can any one tell me which dlls or components are required so that i may include them in my setup package.