'80040e09' error
Posted by:
Greg D
Date: September 14, 2005 09:59AM
The following statement worked fine in MS-Access, but fails in mySQL. Could someone identify the problem please?
Thanks,
Greg
SELECT HIVPHCZip, COUNT (*) as numtypes FROM HIVPHOUSEDCLIENTS WHERE ([HIVPHCDate]>= '2005-1-14' And [HIVPHCDate]<= '2005-9-14') GROUP BY HIVPHCZip ORDER BY HIVPHCZip;
Microsoft OLE DB Provider for ODBC Drivers error '80040e09'
[MySQL][ODBC 3.51 Driver][mysqld-4.0.24-standard-log]You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '(*) as numt(
/new/reports/hivphcdisplay.asp, line 106
Subject
Views
Written By
Posted
'80040e09' error
3873
September 14, 2005 09:59AM
1925
September 22, 2005 11:19AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.