Log in

View Full Version : Resolved How to combine several asp includes on one dynamic page



sarre
07-24-2012, 11:16 AM
Hi there, I have a question regarding several includes on one dynamic page.

I'm building my site in html and classic asp (vb).
The problems occur when I start to implement user information from different recordsets spread around the page. (user information etc)

One include file collides with another due to information allready being processed. Is there some kind of rigid setup when combining several includes? If so, does anybody know of a tutorial?

Page is built in DW 5.5, Asp vb and Access.

Regards, Sarre

ApacheTech
07-24-2012, 09:00 PM
How are you retrieving and storing the information from the database?

If you're using AccessDataSources then each source should be a separate and unique query, so they won't clash so long as you dump the correct data from the correct source.

sarre
07-25-2012, 01:33 PM
Hi, and thank you for responding!

Took note of your reply and found 2 recordsets with identical names.
Figured this would work since they come from different inc's, but apparently not.

Guess I just have to pay more attention to unique naming,
thanks for your help! :)

Regards,
Sarre