how to connect coldfusion and access?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jesmi
    New Member
    • Apr 2007
    • 53

    how to connect coldfusion and access?

    how to connect coldfusion and access?
    while connecting like mysql gave following error:

    This applet displays a file-tree of the server to enable the user to browse its contents. Your browser is not configured correctly to use java applets. Please install the Java Runtime Environment (JRE) and be sure to install the browser plugins.
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    I assume you are trying to browse the server for the database file. Since the page uses a Java applet for this, you need support for that. Make sure that JRE has been properly installed as well as the browser plugins as mentioned in error message.

    Alternatively, instead of browsing for the db file, just manually type in the path to the file and it should work.

    Comment

    • sanjayr08
      New Member
      • Mar 2008
      • 1

      #3
      Originally posted by jesmi
      how to connect coldfusion and access?
      while connecting like mysql gave following error:

      This applet displays a file-tree of the server to enable the user to browse its contents. Your browser is not configured correctly to use java applets. Please install the Java Runtime Environment (JRE) and be sure to install the browser plugins.
      Connect Ms-Access with Cold fusion
      1. Start the cold fusion administrator.
      On Windows, select start>Progams>c oldfusion>coldf usion administrator.
      On unix enter the url hostname/administrator in your browser.
      2. Enter a password to gain access to the administrator.
      3. choose ODBC under the data sources heading on the left menu.
      4. Name the datasource companyinfo.
      5. select microsoft access driver (*.mdb) from the dropdown box to describe the ODBC driver.
      6. Choose Add.
      7. In the database file field, enter the full path of the company.mdb access database and click ok.
      8. choose create to create the compayinfo data source. the datasource is added to the data source list.
      9 locate companyinfo in the data sourcelist.
      10. choose verify to run the verification test on the data source.if the data source was created you should see this message. The connection to the data source was verified successfully.
      Sanjay Raizada

      Comment

      • acoder
        Recognized Expert MVP
        • Nov 2006
        • 16032

        #4
        Welcome to the site and thanks for the info.

        I think, though, that the OP was having problems with the file-tree applet which displays the files and directories.

        Comment

        Working...