btousson wrote:
Here is my query: [ <cfquery name=Get_ProdMenu_Data datasource=EHB_Web_Database.mdb> Select * >From Blend_Info Where Retired_Blend = No </cfquery> ]
I don't suppose you could send me an Access 2000 database to try, could you? I don't have Access but with a database I could mess with it on a Windows XP VM. If you can send me something, send it to matt at mattwoodward dot com and I'll mess with it.
Did you actually name your datasource with the .mdb at the end? If not, you don't need that. Also, and this probably isn't causing the issue, but you should have quotes around your attribute values:
<cfquery name="Get_ProdMenu_Data" datasource="EHB_Web_Database"> -- Matt Woodward [email protected] http://www.mattwoodward.com/blog Please do not send me proprietary file formats such as Word, PowerPoint, etc. as attachments. http://www.gnu.org/philosophy/no-word-attachments.html
smime.p7s
Description: S/MIME Cryptographic Signature
