Newbie DB Connectivity Question :-\

Ask a Question related to Coldfusion Database Access, Design and Development.

  1. #1

    Default Newbie DB Connectivity Question :-\

    :o Hi all,

    I need a little bit of help, heres my problem: I successfully developed a
    database and website in ColdFusion on my local server. I then went to a hosting
    company that offers ColdFusion Database Support as a service. I uploaded my
    website to the hosting company. I also uploaded the access .mdb file to another
    section of the site.

    The basic layout of my Coldfusion Site on the server now looks like this:

    I have the site in the wwwroot folder.
    The database is stored in a folder within the wwwroot folder (e.x.
    wwwroot/mycfdatabase/)

    The problem that I am having now is that I don't know how to get the website
    files to point to the database so that they can access them. I did this
    correctly for the local site (before uploading it to the server), through my cf
    admin panel. I do not want to develop the site remotely, but I want it to work
    online with the database.

    Can anyone help me?

    :gift; Kristen

    KristenStork Guest

  2. Similar Questions and Discussions

    1. Newbie Question: Biz Card Template Question
      Hi, I got the Pagemaker PlugIn - I am using one of the templates for Business Cards - the elements appear to be grouped (bound box all around when I...
    2. A newbie with a newbie question
      Good afternoon everyone, My Name is Dusty I am new to this forum and pretty new to Acrobat. I have Acrobat 9 running on an IMAC running 10.5.2 I...
    3. Pen Tool Use Question. (Embarrassingly Newbie Question)
      I'm currently using Flash MX and whenever I choose the Pen Tool instead of the pen nib with the small "x" beside it that supposed to show up on...
    4. Newbie question ...
      Suppose that I have the following line in my IE browser: http://sitename/script.php?./images/AE0001.jpg how do I display the value after the ?...
    5. NEWBIE - Redhat v9 + Win2k + TCP/IP connectivity question
      Hi All, I've finally decided to take my first tentative steps away from the Window$ platform. I am about to embark on installing Redhat Linux Ver...
  3. #2

    Default Re: Newbie DB Connectivity Question :-\

    You will have to setup a new datasource on the remote server, the isp should give you the info on how to go about accessing the CF admin on setting it up.
    rmorgan Guest

  4. #3

    Default Re: Newbie DB Connectivity Question :-\

    KristenStork wrote:
    > :o Hi all,
    >
    > I need a little bit of help, heres my problem: I successfully developed a
    > database and website in ColdFusion on my local server. I then went to a hosting
    > company that offers ColdFusion Database Support as a service. I uploaded my
    > website to the hosting company. I also uploaded the access .mdb file to another
    > section of the site.
    >
    > The basic layout of my Coldfusion Site on the server now looks like this:
    >
    > I have the site in the wwwroot folder.
    > The database is stored in a folder within the wwwroot folder (e.x.
    > wwwroot/mycfdatabase/)
    >
    > The problem that I am having now is that I don't know how to get the website
    > files to point to the database so that they can access them. I did this
    > correctly for the local site (before uploading it to the server), through my cf
    > admin panel. I do not want to develop the site remotely, but I want it to work
    > online with the database.
    >
    > Can anyone help me?
    >
    > :gift; Kristen
    >
    Your hosting company should have some way of creating a datasource
    within CF, or they should have a ticketing system that will allow you to
    submit a request and they'll create one for you. Most hosting companies
    either have a control panel you can log into and create datasources by
    providing a datasource name and the location of your Access file, then
    behind the scenes that creates a datasource in CF. One way or another
    the datasource information needs to get into CF on the remote server, so
    you'll just have to see how your hosting company handles that.

    Matt

    --
    Matt Woodward
    [email]mpwoodward@gmail.com[/email]
    Team Macromedia - ColdFusion
    mpwoodward *TMM* Guest

  5. #4

    Default Re: Newbie DB Connectivity Question :-\

    rmorgan & mpwoodward:

    Thank you for your help. I contacted my ISP and got the issue resolved!
    KristenStork Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139