Using Attachment field with Classic ASP

前提是你 提交于 2019-12-24 02:56:39

问题


I am trying to use attachment datatype in Microsoft access and classical asp to access the database. I am trying to insert attachement from a classical asp form. I got an error "Cannot insert multiple values". I tried a lot online but i cannot find a best fit solution for this. Thanks for help in advance.


回答1:


AFAIK, support for the new ACCDB attachment field type has not been included in the ADO object model. You will need to find a different method to interact with your Access database. I don't know what method would work and be appropriate for classic ASP.

My inclination would be to revise the database without attachment fields. That may seem like a painful suggestion to you, but it could be less painful than trying to use attachment fields from classic ASP.



来源:https://stackoverflow.com/questions/10883246/using-attachment-field-with-classic-asp

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!