How do I query third-party public information databases.

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

  1. #1

    Default How do I query third-party public information databases.

    I read an article on Wired.com about "Zabasearch" and wanted to know how are
    they writing queries that go to the courts, dmv, etc?



    FJ40man Guest

  2. Similar Questions and Discussions

    1. Outputting information from relational databases
      Hello, This is the issue at hand, I have a relational database. Two of the tables are in a relationship, I have a query that allows a person to...
    2. SQL select information from two databases
      Hi I'm working on a ColdFusion project that has more than 8 diffrent data sources. I'm trying to select the information inside a table called...
    3. Query using multiple databases?
      I also need help in joining tables from multiple databases. Using CF5. The last post here says to use dot-dot notation. But that doesn't work for...
    4. Query over severall databases
      Hello to all, I have a 'small' problem. I have made a application in php that connect trough ODBC to a Oracle RDB (VMS) or Basis+ database (VMS)...
    5. how to query between 2 remote databases
      How to query on two tables that are on two different remote database with a join. s * f tb1@uid/pass@db1.world a, tb2@uid/pass@db2.world b w...
  3. #2

    Default Re: How do I query third-party public information databases.

    In ASP, one can use the XMLHTTP object to scrape content from external
    servers.

    --
    Jules
    [url]http://www.charon.co.uk/charoncart[/url]
    Charon Cart 3
    Shopping Cart Extension for Dreamweaver MX/MX 2004



    Julian Roberts Guest

  4. #3

    Default Re: How do I query third-party public information databases.

    I use php and mysql. Is it possible in this combo?


    "Julian Roberts" <newsg@charon.co.uk> wrote in message
    news:d5rivm$f14$1@forums.macromedia.com...
    > In ASP, one can use the XMLHTTP object to scrape content from external
    > servers.
    >
    > --
    > Jules
    > [url]http://www.charon.co.uk/charoncart[/url]
    > Charon Cart 3
    > Shopping Cart Extension for Dreamweaver MX/MX 2004
    >
    >
    >

    FJ40man Guest

  5. #4

    Default Re: How do I query third-party public information databases.

    I've not used PHP. It's possible PHP may have similar functionality.

    --
    Jules
    [url]http://www.charon.co.uk/charoncart[/url]
    Charon Cart 3
    Shopping Cart Extension for Dreamweaver MX/MX 2004


    Julian Roberts 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