DB conection

  • Thread starter Thread starter Colin
  • Start date Start date
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?
 
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
 
Back
Top