Importing data from one to another

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

  1. #1

    Default Importing data from one to another

    Hi All

    Is it possible to import only the data from one Access DB table to an
    identical Access DB table in another database. I can't seem to figure this
    out. I can import the whole table but that's not what I want.

    Bill


    DataPacks.com Guest

  2. Similar Questions and Discussions

    1. Importing FDF Data
      James, this sounds a lot like something you'd want an FDF server for. A PDF form is designed to be filled out by one person and then submitted or...
    2. Importing Excel data
      On each import FM 5.5 crashes on the last record to import! e.g. dummy.xls contains of 21 records - FM crashes on the last ( 21st ) or takes...
    3. importing data to a filemaker
      Use a common intermediate file format. Access to Excel, Excel to FileMaker. "Rob" <relaxedrob@remove.this.optusnet.com.au> wrote in message...
    4. Triggers and importing data
      Hi again;) I have a table with columns ID, A and B. There is a trigger for update and insert, which modifies column B when A is changed (i use IF...
    5. Importing lots of data
      It is a good idea to drop and re-create the indexes to improve the performance -- HTH, SriSamp Please reply to the whole group only! ...
  3. #2

    Default Re: Importing data from one to another

    It can be done without cold fusion. From the target db, set up a link to the table in the source db. Then it's simple sql.
    Dan Bracuk Guest

  4. #3

    Default Re: Importing data from one to another

    Thanks Dan

    I was hoping to avoid that. :-)

    Thanks

    Bill


    "Dan Bracuk" <webforumsuser@macromedia.com> wrote in message
    news:e03ibl$2oq$1@forums.macromedia.com...
    > It can be done without cold fusion. From the target db, set up a link to
    > the table in the source db. Then it's simple sql.

    DataPacks.com 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