remote database access

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

  1. #1

    Default remote database access

    :(
    When I type <cfquery datasource="remoteaccess" name="test">SELECT ...</cfquery>
    is it possible to setup datasource DSN to point to a remote server on the
    internet that provides database access through username and password ? Is this
    operation transparent or do I have to include other attributes inside cfquery
    command ?

    Thx

    ColdFusion007 Guest

  2. Similar Questions and Discussions

    1. Accessing data from an MS Access database on a remote web server
      Please forgive me if I have posted this to the wrong group! I have written a VB6 application that works fine. With that said, I would like to add...
    2. Reading from a remote database
      I use MySQL and Apache. I need to read from and write to a data base on a remote server, from a php script that runs on my local computer/server....
    3. Can local ASP page access remote database?
      Can I have a local (using PWS on Win98) ASP page access a database over the Internet? I have an MS-Access database on a Web site that is updated...
    4. Remote database connection
      Hi I have 2 IDS (7.2) servers. I have R4GL on server1 and have written a program that needs to access data in a database on server2. I...
    5. Update Data in a remote Database
      Hello Newsgroup! I want to write a little WebService and an Application for a mobile Device (Pocket PC 2002), which gets Data (a DataSet) from...
  3. #2

    Default Re: remote database access

    HI 007

    You'll need to setup a Cold Fusion Datasource to the external database and
    include the server location/name etc.
    And if there is a username and password you'll need to put them in as
    parameters to your CFQUERY tag.
    <CFSET NAME="" DATASOURCE="" USERNAME="" PASSWORD="">

    HTH

    Zoe

    zoeski80 Guest

  4. #3

    Default Remote Database Access

    Hey,
    So I am pretty new to Cold Fusion and in the learning process, so I have one
    quick question. For the past couple weeks I have been trying to create a data
    source with ColdFusion so that I could create a User Registration page and User
    Log In page with Dreamweaver. However, I have just now realized that this
    entails Remote Database Access, and this is not allowed on the shared hosting
    server that my site is on with godaddy.com. So my question is, is there any way
    for me to create these two pages, and use the MySQL databases that godaddy.com
    provides for me as a datasource if I cannot make a remote connection to them?
    Thanks. -John Speckhard

    climbrainer Guest

  5. #4

    Default Re: Remote Database Access

    I think that's already the answer. If you don't have Remote Database Access, it
    means godaddy.com wants you to be able to access their database only from
    one of their own servers. There is therefore no way to connect to their MySQL
    from your own server. Either ask them to create a remote access account for
    you, or buy a Coldfusion hosting account from them.

    BKBK Guest

  6. #5

    Default Re: Remote Database Access

    Well, thats the thing. I have a ColdFusion hosting account with them, but they
    still say that creating a datasource using the ColdFusion administrator, so
    that I can manipulate the databases on Dreamweaver (I.E- Define server
    behaviors), is accessing the databases remotely and they wont allow this. Could
    this be bypassed if I just learned how to script ColdFusion and didn't use the
    help of Dreamweaver, or am I justed doomed? Thanks

    climbrainer Guest

  7. #6

    Default Re: Remote Database Access

    Could this be bypassed if I just learned how to script ColdFusion
    You could of course try. Here is
    [url]http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=6ef0253[/url] in the
    Coldfusion Administrator. You will still a username and password for the
    database!

    BKBK 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