473,395 Members | 1,948 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Fishing for a way to search a humongous database

http://safer.fmcsa.dot.gov/CompanySnapshot.aspx
How could I go about automating a search of this site's database?
I'm not interested in all the details they present on the output form, just
the bare basics.
That is, trucking company name, city location, and zip code and a couple of
other fields
With over a million records, manual searching is out of the question.
Every trucking company is required to have, and display, a USDOT number.
Using that field as a starting point, one might be able to extract the rest
of the information.
Going by a name search, the site only returns 500 matches and does not care
where in the name the field appears.

I'm open to suggestions.


Aug 26 '06 #1
6 1161
richard wrote:
http://safer.fmcsa.dot.gov/CompanySnapshot.aspx
How could I go about automating a search of this site's database?
I'm not interested in all the details they present on the output
form, just the bare basics.
That is, trucking company name, city location, and zip code and a
couple of other fields
With over a million records, manual searching is out of the question.
Every trucking company is required to have, and display, a USDOT
number. Using that field as a starting point, one might be able to
extract the rest of the information.
Going by a name search, the site only returns 500 matches and does
not care where in the name the field appears.

I'm open to suggestions.
Create a fulltext index?
Aug 26 '06 #2

"Paul Lautman" <pa**********@btinternet.comwrote in message
news:4l************@individual.net...
richard wrote:
>http://safer.fmcsa.dot.gov/CompanySnapshot.aspx
How could I go about automating a search of this site's database?
I'm not interested in all the details they present on the output
form, just the bare basics.
That is, trucking company name, city location, and zip code and a
couple of other fields
With over a million records, manual searching is out of the question.
Every trucking company is required to have, and display, a USDOT
number. Using that field as a starting point, one might be able to
extract the rest of the information.
Going by a name search, the site only returns 500 matches and does
not care where in the name the field appears.

I'm open to suggestions.

Create a fulltext index?
I have no clues as to what that is.
Aug 26 '06 #3

"richard" <do*@john.sonwrote in message
news:ec*********@news2.newsguy.com...
http://safer.fmcsa.dot.gov/CompanySnapshot.aspx
How could I go about automating a search of this site's database?
I'm not interested in all the details they present on the output form,
just the bare basics.
That is, trucking company name, city location, and zip code and a couple
of other fields
With over a million records, manual searching is out of the question.
Every trucking company is required to have, and display, a USDOT number.
Using that field as a starting point, one might be able to extract the
rest of the information.
Going by a name search, the site only returns 500 matches and does not
care where in the name the field appears.

I'm open to suggestions.
PS:

One of my ideas was to automate a search simulating a manual search using
the usdot number as a base.
If the number was issued, then save the output page as a text file.
If it was not issued, skip it and go to the next. As an unissued number
results in a stock "error" message.
Aug 26 '06 #4
richard wrote:
http://safer.fmcsa.dot.gov/CompanySnapshot.aspx
How could I go about automating a search of this site's database?
I'm not interested in all the details they present on the output form, just
the bare basics.
That is, trucking company name, city location, and zip code and a couple of
other fields
With over a million records, manual searching is out of the question.
Every trucking company is required to have, and display, a USDOT number.
Using that field as a starting point, one might be able to extract the rest
of the information.
Going by a name search, the site only returns 500 matches and does not care
where in the name the field appears.

I'm open to suggestions.

Get a copy of the database from FMCSA?

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================
Aug 26 '06 #5

"Jerry Stuckle" <js*******@attglobal.netwrote in message
news:_t******************************@comcast.com. ..
richard wrote:
>http://safer.fmcsa.dot.gov/CompanySnapshot.aspx
How could I go about automating a search of this site's database?
I'm not interested in all the details they present on the output form,
just the bare basics.
That is, trucking company name, city location, and zip code and a couple
of other fields
With over a million records, manual searching is out of the question.
Every trucking company is required to have, and display, a USDOT number.
Using that field as a starting point, one might be able to extract the
rest of the information.
Going by a name search, the site only returns 500 matches and does not
care where in the name the field appears.

I'm open to suggestions.


Get a copy of the database from FMCSA?
Have asked, no reply yet.

Aug 28 '06 #6
richard wrote:
"Jerry Stuckle" <js*******@attglobal.netwrote in message
news:_t******************************@comcast.com. ..
>>richard wrote:
>>>http://safer.fmcsa.dot.gov/CompanySnapshot.aspx
How could I go about automating a search of this site's database?
I'm not interested in all the details they present on the output form,
just the bare basics.
That is, trucking company name, city location, and zip code and a couple
of other fields
With over a million records, manual searching is out of the question.
Every trucking company is required to have, and display, a USDOT number.
Using that field as a starting point, one might be able to extract the
rest of the information.
Going by a name search, the site only returns 500 matches and does not
care where in the name the field appears.

I'm open to suggestions.


Get a copy of the database from FMCSA?


Have asked, no reply yet.
You may have to dig around to find the right person(s) to ask. If it's
like other federal agencies, people just ignore questions not in their
job function. And if it is in their job function, they may or may not
answer - depending on whether the coin comes up heads or tails :-)

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================
Aug 28 '06 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Tim Arnold | last post by:
Hi, I've got a list of 1000 common misspellings, and I'd like to check a set of text files for those misspellings. I'm trying to figure out the fastest way to do it; here's what I'm doing now...
10
by: Dennis Farr | last post by:
It has been suggested that rather than convert an already large flat file, with many similar rows, to XML, some type of header be attached to the file, containing some sort of meta-XML description...
83
by: D. Dante Lorenso | last post by:
Trying to use the 'search' in the docs section of PostgreSQL.org is extremely SLOW. Considering this is a website for a database and databases are supposed to be good for indexing content, I'd...
8
by: Steph | last post by:
Hi. I'm very new to MS Access and have been presented with an Access database of contacts by my employer. I am trying to redesign the main form of the database so that a button entitled...
8
by: Ben Fidge | last post by:
Hi I'm working on a site which requires the users to specify a hotel at which they're staying in London. The complete list of hotels comes to something like 1600 records. Each record consists of...
1
by: Eric | last post by:
Hi: I have two files. I search pattern ":" from emails text file and save email contents into a database. Another search pattern " field is blank. Please try again.", vbExclamation + vbOKOnly...
12
by: whitehatmiracle | last post by:
Hi all Im not quite sure how to use the new and delete for a whole array dynamically. Actually i want that, a user inputs a char in a single char array. Everytime he inputs a char he creates a...
21
by: Dev | last post by:
Dear All, I have created a website. in the contact us page i want to send all information (Entered by visitor in text boxex) directly to my e-mail address. to do this i have no idea because i am...
1
by: jobbs64 | last post by:
I'm working on a game called carpet fishing...long story...anyways I am having trouble working with the fish that I've created. I need to be able to access their Fish Class method move() so I can...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.