quickblueink
Technical User
My Access database has some OLE Object fields which contain text files (.txt). When I run a SQL Query and try to have the text file print to the asp page i get "?$" where the text should be. How should I go about fixing this? The only thing I can think is to make the fields text and just put the file name in the field, then let the code pop it in as an INCLUDE. Like this
<!-- #INCLUDE FILE="folder/<%=fieldName(0)%>"-->
But can you do it with the text file stored as an OLE Object? It seems that would be more efficient. I looked all over tek-tips for a FAQ or thread about this and found nothing (as far as I could tell, but I'm pretty stupid).
Thanks, M.austin
<!-- #INCLUDE FILE="folder/<%=fieldName(0)%>"-->
But can you do it with the text file stored as an OLE Object? It seems that would be more efficient. I looked all over tek-tips for a FAQ or thread about this and found nothing (as far as I could tell, but I'm pretty stupid).
Thanks, M.austin