Import data from Fox Pro database into SQL 2000

Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default Import data from Fox Pro database into SQL 2000

    One of my clients is a realtor. The MLS system used by his local board
    is a fox pro application. I have been able to successfully access the
    MLS data from the fox pro application using ODBC, but it's a bit slow
    (as you can expect).

    I'd like to import the data from the fox database into an SQL 2000
    database where I can do more with it on the clients web site. The fox
    database is updated hourly.

    My question is... Is there an automated way to get SQL to import
    records from an external database? I'm already using the "AT" command
    to run daily events on the server. Can I access ODBC and SQL from a
    ..VBS script and add that to my events?

    Thanks for any insight anyone can provide.

    --Dave
    Dave Navarro Guest

  2. Similar Questions and Discussions

    1. InDesign 2.02, WIN 2000, how-to import WORD doc into new Book file
      I am new at this and have trouble figuring-out import (copy or drag) of MS WORD doc containing an article I wrote into a new InDesign book or tabloid...
    2. Urgent: Xtra to import powerpoint 2000/97 files
      Can anyone point me to an Xtrat to quickly convert a Powerpoint 2000/97 file into Director? Thanks, Flashster
    3. import txt into database
      Hi, I still have problem to import the text file delimited by tabs or commas into the database. I refer to http://www.connectionstrings.com/ for...
    4. Import Data from flat-database to relational-database
      Before I start I need some tips and pleas excuse my bad english. I have two databases, one is flat and one is a relational database. example ...
    5. NEWBIE HELP Import Data from flat-database to relational-database
      I want to import Data from a simple Database, which contains all Information in one big record into a relational Database and split up the big...
  3. #2

    Default Re: Import data from Fox Pro database into SQL 2000

    In article <O#tqFA2VDHA.1896@TK2MSFTNGP12.phx.gbl>, [email]reb_01501@yahoo.com[/email]
    says...
    > You can create a SQL DTS (Data Transformation Services) package (There's a
    > wizard you can use) to import the records from your Foxpro database, and use
    > SQL Agent to schedule it. See Books Online (BOL). A good website is
    > [url]www.sqldts.com[/url].
    Many thanks Bob! I'll check it out.

    --Dave
    Dave Navarro 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