Transfer data from Internet to local database

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default Transfer data from Internet to local database

    I use a database on the internet from wich I retrieve Orders placed. I want to
    save the retrieved information to my local disk, and from there import them
    into another database that is run locally. I run an SQL query that retrieves
    the information, no problems there. But how can I save It to local disk in a
    format that can be imported into MS-Access database Can anyone Help!

    RC63 Guest

  2. Similar Questions and Discussions

    1. Access local swf files through internet
      :brokenheart; I tried to communicate my local SWF files from the Internet. But it could nt open using flash player. It just show the blank page ...
    2. Need to download data to local access database
      Have a web app (ASP classic) that saves data to an Access database on the web host. Need to come up with some sort of ASP admin tool that will...
    3. Information transfer over the internet
      Hello I would like to transfer some information between two computers with internet connection. One computer should act as a server and the other...
    4. How to transfer all data from one database to another
      I have been trying to transfer a bulk of data into another database using the form method but when i tried copyin from the first database, they all...
    5. ITC - urgent!!!I'd like to transmit binary data from SQL server to client and load it into variable. I used for this Microsoft Internet Transfer Control and my script looks like this:
      I'd like to transmit binary data from SQL server to client and load it into variable. I used for this Microsoft Internet Transfer Control and my...
  3. #2

    Default Re: Transfer data from Internet to local database

    There are three options

    1) FTP the database down and work from that
    2) There are some extensions around that enable you to convert the query
    into a .csv file which can be imported into excel, or
    3) The simplest of all, in IE simply highlight the output from your query,
    select copy, then in excel selected paste.

    --
    Regards

    Paul Whitham
    Macromedia Certified Professional for Dreamweaver MX2004
    Valleybiz Internet Design
    [url]www.valleybiz.net[/url]

    Team Macromedia Volunteer for Ultradev/Dreamweaver MX
    [url]www.macromedia.com/support/forums/team_macromedia[/url]

    "RC63" <webforumsuser@macromedia.com> wrote in message
    news:d0mj15$kpo$1@forums.macromedia.com...
    > I use a database on the internet from wich I retrieve Orders placed. I
    want to
    > save the retrieved information to my local disk, and from there import
    them
    > into another database that is run locally. I run an SQL query that
    retrieves
    > the information, no problems there. But how can I save It to local disk in
    a
    > format that can be imported into MS-Access database Can anyone Help!
    >

    Paul Whitham TMM 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