Internet programming Help Wanted

R

Rohit

I need some ideas on how to write a program that could

-- Read an MS Access database and grab information say Vehicle year,
vehicle make
-- Make a call to a website and enter the information grabbed earlier
-- Get the Auto premium quote
-- Store the results on the MS Access database / table.

The Websites that quote premium on web like progressive's website use
POST method to pass information from one URL to another. For example,
below are the URLs that we go through to get a quote on Progressive's
web site.

1) https://buyonline2.progressive.com/info.asp
2) https://buyonline2.progressive.com/PriorIns.asp
3) https://buyonline2.progressive.com/driver.asp
3) https://buyonline2.progressive.com/VehInfo.asp
4) https://buyonline2.progressive.com/Vehicles.Asp
5) https://buyonline2.progressive.com/AdditionalInformation.asp


Finally on URL https://buyonline2.progressive.com/RateCombo.asp, I get
the quoted premium.

I would like to automate this process and have this done
programatically. Any ideas, sample code, help would be appreciated.

Thanks in advance.
 
C

Christopher Benson-Manica

Rohit said:
I need some ideas on how to write a program that could
-- Read an MS Access database and grab information say Vehicle year,
vehicle make
-- Make a call to a website and enter the information grabbed earlier
-- Get the Auto premium quote
-- Store the results on the MS Access database / table.

(The below welcome text was originally written by Ben Pfaff)

Your question is outside the domain of comp.lang.c, which discusses
only the standard C programming language, including the standard C
library. This is a remarkably narrow topic compared to what many
people expect.

For your convenience, the list below contains topics that are not
on-topic for comp.lang.c, and suggests newsgroups for you to explore
if you have questions about these topics. Please do observe proper
netiquette before posting to any of these newsgroups. In particular,
you should read the group's charter and FAQ, if any (FAQs are
available from www.faqs.org and other sources). If those fail to
answer your question then you should browse through at least two weeks
of recent articles to make sure that your question has not already
been answered.

* OS-specific questions, such as how to clear the screen,
access the network, list the files in a directory, or read
"piped" output from a subprocess. These questions should be
directed to OS-specific newsgroups, such as
comp.os.ms-windows.programmer.misc, comp.unix.programmer, or
comp.os.linux.development.apps.

* Compiler-specific questions, such as installation issues and
locations of header files. Ask about these in
compiler-specific newsgroups, such as gnu.gcc.help or
comp.os.ms-windows.programmer.misc. Questions about writing
compilers are appropriate in comp.compilers.

* Processor-specific questions, such as questions about
assembly and machine code. x86 questions are appropriate in
comp.lang.asm.x86, embedded system processor questions may
be appropriate in comp.arch.embedded.

* ABI-specific questions, such as how to interface assembly
code to C. These questions are both processor- and
OS-specific and should typically be asked in OS-specific
newsgroups.

* Algorithms, except questions about C implementations of
algorithms. "How do I implement algorithm X in C?" is not a
question about a C implementation of an algorithm, it is a
request for source code. Newsgroups comp.programming and
comp.theory may be appropriate.

* Making C interoperate with other languages. C has no
facilities for such interoperation. These questions should
be directed to system- or compiler-specific newsgroups. C++
has features for interoperating with C, so consider
comp.lang.c++ for such questions.

* The C standard, as opposed to standard C. Questions about
the C standard are best asked in comp.std.c.

* C++. Please do not post or cross-post questions about C++
to comp.lang.c. Ask C++ questions in C++ newsgroups, such
as comp.lang.c++ or comp.lang.c++.moderated.

* Test posts. Please test in a newsgroup meant for testing,
such as alt.test.

news.groups.questions is a good place to ask about the appropriate
newsgroup for a given topic.
 
?

=?iso-8859-1?Q?Jos=E9_Mar=EDa?= Mateos

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
(The below welcome text was originally written by Ben Pfaff)

[Lots of text just to say: "Off-topic in this group"]

Would it be too hard for you to modify the subject of the
message to make it say "Off-Topic disclaimer" or something like that, so
we can filter it out?

Regards.

- --
My real e-mail address: chema (AT) chema.homelinux.org
http://EuropeSwPatentFree.hispalinux.es - EuropeSwPatentFree
I don't read HTML posts / No leo mensajes en HTML
Blog Overflow: http://chema.homelinux.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/9HSy9P6GbSlI+hkRAocTAJ9OUsncRCfGwpW+yi4Aql4cuREH3wCeMDAE
TkHN7eLWosPMdDtncTTZ2ys=
=H6wd
-----END PGP SIGNATURE-----
 
B

Ben Pfaff

José María Mateos said:
In said:
(The below welcome text was originally written by Ben Pfaff)

[Lots of text just to say: "Off-topic in this group"]

Would it be too hard for you to modify the subject of the
message to make it say "Off-Topic disclaimer" or something like that, so
we can filter it out?

I can certainly do that for my own followups of that genre.
Can't speak for Christopher.
 
C

CBFalconer

José María Mateos said:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
(The below welcome text was originally written by Ben Pfaff)

[Lots of text just to say: "Off-topic in this group"]

Would it be too hard for you to modify the subject of the
message to make it say "Off-Topic disclaimer" or something like
that, so we can filter it out?

Regards.

- --
My real e-mail address: chema (AT) chema.homelinux.org
http://EuropeSwPatentFree.hispalinux.es - EuropeSwPatentFree
I don't read HTML posts / No leo mensajes en HTML
Blog Overflow: http://chema.homelinux.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/9HSy9P6GbSlI+hkRAocTAJ9OUsncRCfGwpW+yi4Aql4cuREH3wCeMDAE
TkHN7eLWosPMdDtncTTZ2ys=
=H6wd
-----END PGP SIGNATURE-----

Would it be too much to ask you to remove the PGP signature and
the general oversized sig block (exceeds 4 lines). You might also
use a real sig marker per RFC specs, so we can filter it out.
 
B

Ben Pfaff

CBFalconer said:
Would it be too much to ask you to remove the PGP signature and
the general oversized sig block (exceeds 4 lines). You might also
use a real sig marker per RFC specs, so we can filter it out.

If José is unwilling, then you could just set up your newsreader
to strip the PGP signature before showing the article. I have my
newsreader set up that way and so I never even saw the PGP
signature.
 
C

CBFalconer

Ben said:
If José is unwilling, then you could just set up your newsreader
to strip the PGP signature before showing the article. I have my
newsreader set up that way and so I never even saw the PGP
signature.

Was I excessively subtle again?
 
K

Keith Thompson

José María Mateos said:
In said:
(The below welcome text was originally written by Ben Pfaff)

[Lots of text just to say: "Off-topic in this group"]

Would it be too hard for you to modify the subject of the
message to make it say "Off-Topic disclaimer" or something like that, so
we can filter it out?

Some newsreaders use subject headers to determine threads. If you
change the subject header, some readers will see the followup as an
unrelated separate article.
 
?

=?iso-8859-1?Q?Jos=E9_Mar=EDa?= Mateos

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Would it be too much to ask you to remove the PGP signature

I'm afraid yes. I think everyone should use PGP. If you don't
want to use it, it's fine, but I'll keep using it.
and the general oversized sig block (exceeds 4 lines). You might also
use a real sig marker per RFC specs, so we can filter it out.

My sig is 4 lines plus the sig marker. I know the standard sig
marker is "-- ", but when it changes to "- --" when you make a PGP
in-line signature.

As someone else pointed out, you can tune your newsreader to
hide the PGP signature if that's too annoying for you.

Regards.

- --
My real e-mail address: chema (AT) chema.homelinux.org
http://EuropeSwPatentFree.hispalinux.es - EuropeSwPatentFree
I don't read HTML posts / No leo mensajes en HTML
Blog Overflow: http://chema.homelinux.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/9WYu9P6GbSlI+hkRAgFoAKCORFMlsq9maYDgO7Sk9gff7j+LlQCgjq23
MMK3n1kO+W7/TJO+4/Wd5p8=
=1pUF
-----END PGP SIGNATURE-----
 
C

CBFalconer

José María Mateos said:
I'm afraid yes. I think everyone should use PGP. If you don't
want to use it, it's fine, but I'll keep using it.


My sig is 4 lines plus the sig marker. I know the standard sig
marker is "-- ", but when it changes to "- --" when you make a PGP
in-line signature.

As someone else pointed out, you can tune your newsreader to
hide the PGP signature if that's too annoying for you.

Your sig is what appears at this end, and is over size. However
that is not the point. I was obviously far too subtle for you in
pointing out the pointlessness of your complaint (about off-topic
notices) by a simple comparison of nuisances. At least the
original OT notice did not contravene any RFC specifications, as
far as I can see.

I shall try to remember to use a large club in the future.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,129
Messages
2,570,770
Members
47,329
Latest member
FidelRauch

Latest Threads

Top