How do your old pages connect to the database? Do you have a DSN connection
string in them or do they use the global.asa etc. All you need to do is
open an old page, see what it's using for a connection string and change it
to the new DSN name. For different connection strings see:
http://www.able-consulting.com/ADO_Conn.htm
--
David Berry - MCP
Microsoft MVP - FrontPage
FrontPage Support:
http://www.net-sites.com/sitebuilder/
-----------------------------------
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
-----------------------------------
"Colin" <(E-Mail Removed)> wrote in message
news:07a901c3a101$9bb622b0$(E-Mail Removed)...
> I have a site that has been up and running in Dreamweaver
> with a DSN connection to my DB. I have moved to a FP
> extended site and installed my DB by importing and
> setting it up in FP corectly. New pages I create in FP
> connect fine.
>
> How can I get my pages that already have dynamic content
> to recognize the new Database conection?