Two Sites Datasource coordination

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

  1. #1

    Default Two Sites Datasource coordination

    I need to coordinate updates in two differents sites. They both are run with a
    dinamic template, with MySQL. How can i link one datasource with another, in
    case i have to run updates? The question is: How can I use a datasource of
    another site? I have control on both of them... Thanx

    Lo atamo con alambre Guest

  2. Similar Questions and Discussions

    1. How to retrieve Coordination of Button
      Hello!! I'm developing application hosting WebBrowser Control. When I navigate the WebSite that has flash contents, I want to retrieve the...
    2. 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...
    3. Datasource and dll
      I have created vb dll that need database connection(sql server).how can i use the coldfusion datasouurce for that dll. Advance thanks John che
    4. 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...
    5. dselect apt-get coordination
      How do you coordinate apt-get and dselect so that they "want" the same packages? If I understand the apt-get man page running "apt-get...
  3. #2

    Default Re: Two Sites Datasource coordination

    Not sure if MySQL is replication-ready, so you may have a mighty tall hurdle in
    front of you. A quick perusal of Google groups shows that you can connect to
    the remote MySQL instance via IP, and that there are plenty of educational
    resources that show how. Try
    [url]http://groups-beta.google.com/group/comp.os.linux.development.system/browse_thre[/url]
    ad/thread/89d1bf6c9e3afacc/09eebab6808d8e03?q=MySQL+communicate+IP+internet#0 9ee
    bab6808d8e03 for starters. Buena Suerte,

    philh 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