DB conection

C

Colin

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?
 
D

David Berry

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top