I was wondering if someone could help me with this. I've got this SQL query.
SELECT COUNT(DISTINCT link_id ) as countID FROM tblPOPULAR WHERE sdelete_flag='0'
it runs fine within mySQL, but when I try to use it in an ASP page, I get this error. Can anyone give me any pointers on how I can work around this problem?
Microsoft OLE DB Provider for ODBC Drivers error '80040e21'
ODBC driver does not support the requested properties.
/popular.asp, line 74
Thanks.
Ken =============== Worldwide Partner Group Microsoft