accessing two different datasources

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

  1. #1

    Default accessing two different datasources

    I need to connect to 2 dfferent datasources that are in two different servers.
    Example:
    I need to move data from one table on server 1to a table (whith the same
    structure) on server 2.
    They both have different datasource names.
    So, content managers working on the development server(server number 1)
    should be able to click on a link and push all the data on the table to stage
    server(server number 2).
    Any thoughts?

    webCFDev Guest

  2. Similar Questions and Discussions

    1. Use CF Datasources outside CF
      I need to create a JSP on the coldfusion server, and access coldfusion datasources in that JSP. Is there anyway to do this in CF6.1 or CF7. ...
    2. Listing Datasources in MX 6.1
      Anyone know what's up with CFMX 7 and doing this same thing? It's clearly been ripped out and re-done with the new funtionality in the api's......
    3. Querying two datasources, but how?
      Datasource HelpDesk - Tables: HelpDeskList A, Volunteers B, Datasource Employee - Tables: Employee C. A.Emailto, A.Entry_ID, A.Name B.Name,...
    4. 2 datasources in 1 CFQUERY
      Hello, Some of our Access tables are being moved to our SQL Server, while some remain in Access. I have two datasources that separate the SQL from...
    5. DataSources from Session??
      I have some server controls I've built that store their properties in the ViewState like good little controls :) However, When I set my...
  3. #2

    Default Re: accessing two different datasources

    Insufficient detail was provided -- starting with what DB system you are using.

    Here are some options:

    Set up DTS job(s). You can trigger these from cold fusion.

    Or buy one of the many third party tools for this purpose. Red Gate SQL
    bundle, for example.

    Or set up replication.

    Or do a custom merge all in CF.


    MikerRoo 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