I have an ASP page on our company intranet that pulls information from a database used to manage controlled Quality Documents. The database is Access 2003; updated from an earlier 2000 db. When the update happened I began getting issues with hyperlinks stored in the database coming through to the ASP page doubled because it returned both the display text and the address.
Other projects with higher priorities arose after I posted that original issue (see thread701-1228509 and thread333-1375415) which delayed my being able to complete the troubleshoot.
Today I returned to the issue, following the lead that PHV and Melagan gave me at the time regarding the HyperlinkPart method. The ASP page is accessing a query in Access with the information needed, and so I adjusted the query to pull only the hyperlink part for the address rather than pulling all of the hyperlink field data. In Access, this looks and works fine; however, when the ASP page tries to pull information from that query, I get the following error:
[tt]Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[Microsoft][ODBC Microsoft Access Driver] Undefined function 'hyperlinkpart' in expression. [/tt]
I don't understand why the ASP page is even seeing the hyperlinkpart function, since that should be processed by Access and the data only should be served to the page. I suspect that it has something to do with the ODBC driver, but I don't know what it could be or how to find out. Can anyone suggest a path for troubleshooting this?
Cheryl dc Kern
Other projects with higher priorities arose after I posted that original issue (see thread701-1228509 and thread333-1375415) which delayed my being able to complete the troubleshoot.
Today I returned to the issue, following the lead that PHV and Melagan gave me at the time regarding the HyperlinkPart method. The ASP page is accessing a query in Access with the information needed, and so I adjusted the query to pull only the hyperlink part for the address rather than pulling all of the hyperlink field data. In Access, this looks and works fine; however, when the ASP page tries to pull information from that query, I get the following error:
[tt]Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[Microsoft][ODBC Microsoft Access Driver] Undefined function 'hyperlinkpart' in expression. [/tt]
I don't understand why the ASP page is even seeing the hyperlinkpart function, since that should be processed by Access and the data only should be served to the page. I suspect that it has something to do with the ODBC driver, but I don't know what it could be or how to find out. Can anyone suggest a path for troubleshooting this?
Cheryl dc Kern