Marcia Gilbert wrote: ><If you are still getting problems give us a URL we can look at where you see >the dsn not found error and show us some code.> > >Thanks so much for your help. I've made a few changes and am now getting a >slightly different error. So I'll paste in as much info as I can think might >help, the URL, and also the error info. I'm really in over my head at this >point and don't know where to turn... and yet I can't give up. I seem so >close... > > Opps... looks like your post might have got cropped....
Not to worry I clicked on the Americana link and got : "The Microsoft Jet database engine cannot find the input table or query 'InventoryImage'. Make sure it exists and that its name is spelled correctly." Basically this is saying that either your access database doesn't have that table in it, or you've misspelt it. In this case, I think you need to double check that you uploaded the correct access database file to the server and pointed your datasource name at that file. In some other databases this might indicate case sensitivity in the table name ie. you have "InventoryImage" in your code and "inventoryimage" in the database, so your code can't find the table in the database. However, as far as I remember, MS Access is completely case insensitive, but might be worth checking also. Hope this helps Regards Stephen ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:15:963 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/15 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:15 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
