Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Databases and Text Files  (Read 6697 times)

0 Members and 1 Guest are viewing this topic.

chris124

  • Guest
Databases and Text Files
« on: June 06, 2005, 09:53:07 AM »
I have an asp web page that allows a user to request information from an Access Database, the results of this request are then displayed on a second asp web page and finally the user can then select to view the individual results of the request on a third asp page.

For instance, a user can select all the registered names beginning with the letter 'A', the result of this request will be shown on page2.asp, the user can then select one of the names and the results of that request will be shown on page3.asp.

What I want to happen now is that on page3.asp I need to display some text, the amount of text is too long to put it directly in the Access Database, it needs to be in a separate file like a txt file or something. I need to know how to set up the field on the Access Database to call the text file and the asp code I need to use on page3.asp.

Any suggestions?