I Have Cold Fusion So How Do I Import My Access File In There Then, On To Dreamweaver?


How can I incorporate a access file to coldfusion and dreamweaver then onto my website?

, , , , , , , ,

  1. #1 by Shaj at June 24th, 2009

    To connect to an MS Access databse use this code:
    DBTYPE="dynamic"
    CONNECTSTRING="Driver={Microsoft Access Driver (*.mdb)};Dbq=c:dbmydb.mdb;Uid=Admin;Pw...
    >
    SELECT SeekId, SeekUsername, SeekPassword from Seekers

    Incase you wan’t to use an extended path use this code.
    DBTYPE="dynamic"
    CONNECTSTRING="Driver={Microsoft Access Driver (*.mdb)};Dbq=#ExpandPath('..bettergigc...
    >
    SELECT SeekId, SeekUsername, SeekPassword from Seekers

    Both the connections that I have described above are DNS-less connection or ready-to-connect. So you need not setup any DSN.

(will not be published)
  1. No trackbacks yet.
Powered by Yahoo! Answers