Datasource Resources????

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

  1. #1

    Default Datasource Resources????

    Hi. I am new to all of this, but am using Coldfusion MX 7 developer, and need
    to know more about connecting to a data source. We have a business application
    on its own server, with a stand-alone PC that can access data from the
    application files via an ODBC driver using a mapped drive to the application
    server. How can I use coldfusion to get data from the ODBC on the stand-alone
    PC? We will be using a web-host that supports Coldfusion MX 7. Everything I
    read in books talks mostly about connecting to an Access Database residing on
    the same server as Coldfusion, which works great, but doesn't help me outside
    of tutorials! Are there any resources out there for a beginner to all of this
    that needs to deal with ODBC???? Any help is appreciated! Thanks!

    moosesmom28 Guest

  2. Similar Questions and Discussions

    1. Join a query datasource and oledb datasource?
      Using CF5 here. I have a query that I'm creating on the fly using the QueryNew() and QueryAddRow() functions. Then I run my query using...
    2. Update one datasource using a 2nd datasource?
      I have a CF app using an Access 2000 DB, Treasury. One of the tables holds user data (i.e. location, city, state, supervisor, etc.). This data is...
    3. Does 802.11b use a lot of resources?
      Have I tried too hard to squeeze usability out of an old computer? I have a Pentium-166 that has been a faithful router & firewall (FreeBSD 5.3...
    4. web resources
      Hello I'd like to learn asp, but it seems impossible to find free resources. Does anyone knows sites that offer tutorials, sample scripts and a...
    5. apt resources
      Hello all. Can anyone suggest, or would you even recommend at all for that matter, some good non-official apt sources for debs that are not...
  3. #2

    Default Re: Datasource Resources????

    If you're using a hosted site, you'll need to send them the data file and have them create the DSN for the database. They won't be able to connect to it if it lives at your site.
    philh Guest

  4. #3

    Default Re: Datasource Resources????

    It isn't actually a file. It is several files and ODBC is the only way I have
    of getting data out of them (proprietary application software package). Is
    there no way for me to talk to the ODBC on the stand-alone PC from a hosted
    web-site using Coldfusion? If I have to go the route of using ODBC to populate
    an Access mdb file and send that periodically to the host site, is that the
    only way out?

    moosesmom28 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