From jwcolby at colbyconsulting.com Wed Dec 13 07:56:57 2006 From: jwcolby at colbyconsulting.com (JWColby) Date: Wed, 13 Dec 2006 08:56:57 -0500 Subject: [dba-VB] pull data from web page Message-ID: <007401c71ebe$8f1c13f0$657aa8c0@m6805> Guys, I need to pull an exchange rate from a web page programmatically. The web page is: http://www.xe.com/ucc/convert.cgi And I need to feed in the data and pull the results out of the page. Is this possible? If not, does anyone know of an exchange rate calculator that has live data that is usable from inside of vba? John W. Colby Colby Consulting www.ColbyConsulting.com From Jdemarco at hudsonhealthplan.org Wed Dec 13 08:06:09 2006 From: Jdemarco at hudsonhealthplan.org (Jim DeMarco) Date: Wed, 13 Dec 2006 09:06:09 -0500 Subject: [dba-VB] pull data from web page Message-ID: <0B8880A20E2CF24280FA60901E108FB014820F@TTNEXCHSVR.hshhp.com> John, Not sure about reading the HTML (which you can find code for on codehound or other code search) but I'd bet if you look around you can find a web service that you can query and return some XML which will be much more straightforward to parse (since a web page's HTML code could change and break your code). Jim DeMarco -----Original Message----- From: dba-vb-bounces at databaseadvisors.com [mailto:dba-vb-bounces at databaseadvisors.com] On Behalf Of JWColby Sent: Wednesday, December 13, 2006 8:57 AM To: 'Access Developers discussion and problem solving'; VBA Subject: [dba-VB] pull data from web page Guys, I need to pull an exchange rate from a web page programmatically. The web page is: http://www.xe.com/ucc/convert.cgi And I need to feed in the data and pull the results out of the page. Is this possible? If not, does anyone know of an exchange rate calculator that has live data that is usable from inside of vba? John W. Colby Colby Consulting www.ColbyConsulting.com _______________________________________________ dba-VB mailing list dba-VB at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-vb http://www.databaseadvisors.com From jwcolby at colbyconsulting.com Wed Dec 13 08:13:07 2006 From: jwcolby at colbyconsulting.com (JWColby) Date: Wed, 13 Dec 2006 09:13:07 -0500 Subject: [dba-VB] pull data from web page In-Reply-To: <0B8880A20E2CF24280FA60901E108FB014820F@TTNEXCHSVR.hshhp.com> Message-ID: <007d01c71ec0$d0854ee0$657aa8c0@m6805> I am looking around. Nothing found so far. John W. Colby Colby Consulting www.ColbyConsulting.com -----Original Message----- From: dba-vb-bounces at databaseadvisors.com [mailto:dba-vb-bounces at databaseadvisors.com] On Behalf Of Jim DeMarco Sent: Wednesday, December 13, 2006 9:06 AM To: dba-vb at databaseadvisors.com Subject: Re: [dba-VB] pull data from web page John, Not sure about reading the HTML (which you can find code for on codehound or other code search) but I'd bet if you look around you can find a web service that you can query and return some XML which will be much more straightforward to parse (since a web page's HTML code could change and break your code). Jim DeMarco -----Original Message----- From: dba-vb-bounces at databaseadvisors.com [mailto:dba-vb-bounces at databaseadvisors.com] On Behalf Of JWColby Sent: Wednesday, December 13, 2006 8:57 AM To: 'Access Developers discussion and problem solving'; VBA Subject: [dba-VB] pull data from web page Guys, I need to pull an exchange rate from a web page programmatically. The web page is: http://www.xe.com/ucc/convert.cgi And I need to feed in the data and pull the results out of the page. Is this possible? If not, does anyone know of an exchange rate calculator that has live data that is usable from inside of vba? John W. Colby Colby Consulting www.ColbyConsulting.com _______________________________________________ dba-VB mailing list dba-VB at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-vb http://www.databaseadvisors.com _______________________________________________ dba-VB mailing list dba-VB at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-vb http://www.databaseadvisors.com From DWUTKA at marlow.com Wed Dec 13 12:09:37 2006 From: DWUTKA at marlow.com (DWUTKA at marlow.com) Date: Wed, 13 Dec 2006 12:09:37 -0600 Subject: [dba-VB] pull data from web page Message-ID: <17724746D360394AA3BFE5B8D40A9C1BDDC6@marlow_main2.marlow.ii-vi.net> I replied with a VB/VBA solution on AccessD. Drew -----Original Message----- From: JWColby [mailto:jwcolby at colbyconsulting.com] Sent: Wednesday, December 13, 2006 7:57 AM To: 'Access Developers discussion and problem solving'; VBA Subject: [dba-VB] pull data from web page Guys, I need to pull an exchange rate from a web page programmatically. The web page is: http://www.xe.com/ucc/convert.cgi And I need to feed in the data and pull the results out of the page. Is this possible? If not, does anyone know of an exchange rate calculator that has live data that is usable from inside of vba? John W. Colby Colby Consulting www.ColbyConsulting.com _______________________________________________ dba-VB mailing list dba-VB at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-vb http://www.databaseadvisors.com From jwcolby at colbyconsulting.com Wed Dec 13 12:14:19 2006 From: jwcolby at colbyconsulting.com (JWColby) Date: Wed, 13 Dec 2006 13:14:19 -0500 Subject: [dba-VB] pull data from web page In-Reply-To: <17724746D360394AA3BFE5B8D40A9C1BDDC6@marlow_main2.marlow.ii-vi.net> Message-ID: <000101c71ee2$82604d60$657aa8c0@m6805> LOL, so did I. John W. Colby Colby Consulting www.ColbyConsulting.com -----Original Message----- From: dba-vb-bounces at databaseadvisors.com [mailto:dba-vb-bounces at databaseadvisors.com] On Behalf Of DWUTKA at marlow.com Sent: Wednesday, December 13, 2006 1:10 PM To: dba-vb at databaseadvisors.com Subject: Re: [dba-VB] pull data from web page I replied with a VB/VBA solution on AccessD. Drew -----Original Message----- From: JWColby [mailto:jwcolby at colbyconsulting.com] Sent: Wednesday, December 13, 2006 7:57 AM To: 'Access Developers discussion and problem solving'; VBA Subject: [dba-VB] pull data from web page Guys, I need to pull an exchange rate from a web page programmatically. The web page is: http://www.xe.com/ucc/convert.cgi And I need to feed in the data and pull the results out of the page. Is this possible? If not, does anyone know of an exchange rate calculator that has live data that is usable from inside of vba? John W. Colby Colby Consulting www.ColbyConsulting.com _______________________________________________ dba-VB mailing list dba-VB at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-vb http://www.databaseadvisors.com _______________________________________________ dba-VB mailing list dba-VB at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-vb http://www.databaseadvisors.com From accessd at shaw.ca Wed Dec 13 12:19:47 2006 From: accessd at shaw.ca (Jim Lawrence) Date: Wed, 13 Dec 2006 10:19:47 -0800 Subject: [dba-VB] pull data from web page In-Reply-To: <007d01c71ec0$d0854ee0$657aa8c0@m6805> Message-ID: <0JA800CZ55HCFXK0@l-daemon> Hi John: You should look into 'screen scrapping'. It can be complex but a good place to start investigating would be: http://www.devcity.net/Articles/48/1/screen_scrape.aspx ...and the site where I got most of the information to use in a client project... http://simile.mit.edu/ (excellent site.) I have only this in passive mode but there is ways of invoking it in active mode. I will send a note off to my son-in-law who does know. Jim -----Original Message----- From: dba-vb-bounces at databaseadvisors.com [mailto:dba-vb-bounces at databaseadvisors.com] On Behalf Of JWColby Sent: Wednesday, December 13, 2006 6:13 AM To: dba-vb at databaseadvisors.com Subject: Re: [dba-VB] pull data from web page I am looking around. Nothing found so far. John W. Colby Colby Consulting www.ColbyConsulting.com -----Original Message----- From: dba-vb-bounces at databaseadvisors.com [mailto:dba-vb-bounces at databaseadvisors.com] On Behalf Of Jim DeMarco Sent: Wednesday, December 13, 2006 9:06 AM To: dba-vb at databaseadvisors.com Subject: Re: [dba-VB] pull data from web page John, Not sure about reading the HTML (which you can find code for on codehound or other code search) but I'd bet if you look around you can find a web service that you can query and return some XML which will be much more straightforward to parse (since a web page's HTML code could change and break your code). Jim DeMarco -----Original Message----- From: dba-vb-bounces at databaseadvisors.com [mailto:dba-vb-bounces at databaseadvisors.com] On Behalf Of JWColby Sent: Wednesday, December 13, 2006 8:57 AM To: 'Access Developers discussion and problem solving'; VBA Subject: [dba-VB] pull data from web page Guys, I need to pull an exchange rate from a web page programmatically. The web page is: http://www.xe.com/ucc/convert.cgi And I need to feed in the data and pull the results out of the page. Is this possible? If not, does anyone know of an exchange rate calculator that has live data that is usable from inside of vba? John W. Colby Colby Consulting www.ColbyConsulting.com _______________________________________________ dba-VB mailing list dba-VB at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-vb http://www.databaseadvisors.com _______________________________________________ dba-VB mailing list dba-VB at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-vb http://www.databaseadvisors.com _______________________________________________ dba-VB mailing list dba-VB at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-vb http://www.databaseadvisors.com From john at winhaven.net Mon Dec 18 11:10:21 2006 From: john at winhaven.net (John Bartow) Date: Mon, 18 Dec 2006 11:10:21 -0600 Subject: [dba-VB] Database Advisors lists Message-ID: <003a01c722c7$66c0b4d0$1402a8c0@ScuzzPaq> Dear dba-vb at databaseadvisors.com, Isn?t access-d a great list? We?re the kind of community that actually works?we get the technical help we need free, and without the ego trappings that you?ll suffer from on other lists. I know that I find the list invaluable, and there are several others?industry leaders?that agree with me. Two of our members, Susan Harkins and Martin Reid, published a Jet SQL book together in 2002, and this is what appears in the book?s Acknowledgements section: ?Thanks? to the AccessD folks for all their great advice and help over the years. If someone on that list can?t solve your problem, it can?t be solved.? And she?s right. That has been my experience with the list for the last seven years. The list isn?t a miracle of internet magic though. It costs money to run the site and lists. So, I?ll be blunt, I?m asking for donations, both large and small so we can keep this great resource going. (Membership isn?t tied to donations. The AccessD community is free.) It?s a small sacrifice considering what you get! Where else can you find people, from all over the globe, prepared to help you solve your technical problems? Have you ever had a thread save you time? If you?re like me, that saves me money. And, just importantly, think of the times you?ve helped someone else. If you?d like to donate using a credit card or PayPal, visit HYPERLINK "http://www.databaseadvisors.com/donations.asp"http://www.databaseadvisors.c om/donations.aspHYPERLINK "http://www.databaseadvisors.com/" and click [Make a Donation]. If you?d rather send a check through regular mail, please contact HYPERLINK "mailto:treasurer at databaseadvisors.com%20"treasurer at databaseadvisors.com for mailing instructions. (Please include "donation" in the subject line.) Donations will be listed on the web site as follows: -Major/Corporate Sponsors: $120 or more Major/Corporate Sponsors may* appear on our DBA Major/Corporate Sponsors Support page in large type face for one month for each $10 donated PLUS Major/Corporate Sponsors may* place their logo with a link to their web site on the DBA page of their choice for the same period of time. -Friends of DBA: $120 to $60 Friends may* appear on our DBA Friends Support page in large type face for one month for each $10 donated. -DBA Donors: $60 or less Donors may* appear on our DBA Donors Support page in normal type face for one month for each $10 donated. *If you?d rather not be listed on the website, let us know and we'll keep your donation anonymous. Thank you for considering a donation to DBA, John Bartow, President Database Advisors, Inc. Email: HYPERLINK "mailto:president at databaseadvisors.com"mailto:president at databaseadvisors.com Website: HYPERLINK "http://www.databaseadvisors.com/" \nhttp://www.databaseadvisors.com -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.409 / Virus Database: 268.15.24/592 - Release Date: 12/18/2006 From jwcolby at colbyconsulting.com Wed Dec 13 07:56:57 2006 From: jwcolby at colbyconsulting.com (JWColby) Date: Wed, 13 Dec 2006 08:56:57 -0500 Subject: [dba-VB] pull data from web page Message-ID: <007401c71ebe$8f1c13f0$657aa8c0@m6805> Guys, I need to pull an exchange rate from a web page programmatically. The web page is: http://www.xe.com/ucc/convert.cgi And I need to feed in the data and pull the results out of the page. Is this possible? If not, does anyone know of an exchange rate calculator that has live data that is usable from inside of vba? John W. Colby Colby Consulting www.ColbyConsulting.com From Jdemarco at hudsonhealthplan.org Wed Dec 13 08:06:09 2006 From: Jdemarco at hudsonhealthplan.org (Jim DeMarco) Date: Wed, 13 Dec 2006 09:06:09 -0500 Subject: [dba-VB] pull data from web page Message-ID: <0B8880A20E2CF24280FA60901E108FB014820F@TTNEXCHSVR.hshhp.com> John, Not sure about reading the HTML (which you can find code for on codehound or other code search) but I'd bet if you look around you can find a web service that you can query and return some XML which will be much more straightforward to parse (since a web page's HTML code could change and break your code). Jim DeMarco -----Original Message----- From: dba-vb-bounces at databaseadvisors.com [mailto:dba-vb-bounces at databaseadvisors.com] On Behalf Of JWColby Sent: Wednesday, December 13, 2006 8:57 AM To: 'Access Developers discussion and problem solving'; VBA Subject: [dba-VB] pull data from web page Guys, I need to pull an exchange rate from a web page programmatically. The web page is: http://www.xe.com/ucc/convert.cgi And I need to feed in the data and pull the results out of the page. Is this possible? If not, does anyone know of an exchange rate calculator that has live data that is usable from inside of vba? John W. Colby Colby Consulting www.ColbyConsulting.com _______________________________________________ dba-VB mailing list dba-VB at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-vb http://www.databaseadvisors.com From jwcolby at colbyconsulting.com Wed Dec 13 08:13:07 2006 From: jwcolby at colbyconsulting.com (JWColby) Date: Wed, 13 Dec 2006 09:13:07 -0500 Subject: [dba-VB] pull data from web page In-Reply-To: <0B8880A20E2CF24280FA60901E108FB014820F@TTNEXCHSVR.hshhp.com> Message-ID: <007d01c71ec0$d0854ee0$657aa8c0@m6805> I am looking around. Nothing found so far. John W. Colby Colby Consulting www.ColbyConsulting.com -----Original Message----- From: dba-vb-bounces at databaseadvisors.com [mailto:dba-vb-bounces at databaseadvisors.com] On Behalf Of Jim DeMarco Sent: Wednesday, December 13, 2006 9:06 AM To: dba-vb at databaseadvisors.com Subject: Re: [dba-VB] pull data from web page John, Not sure about reading the HTML (which you can find code for on codehound or other code search) but I'd bet if you look around you can find a web service that you can query and return some XML which will be much more straightforward to parse (since a web page's HTML code could change and break your code). Jim DeMarco -----Original Message----- From: dba-vb-bounces at databaseadvisors.com [mailto:dba-vb-bounces at databaseadvisors.com] On Behalf Of JWColby Sent: Wednesday, December 13, 2006 8:57 AM To: 'Access Developers discussion and problem solving'; VBA Subject: [dba-VB] pull data from web page Guys, I need to pull an exchange rate from a web page programmatically. The web page is: http://www.xe.com/ucc/convert.cgi And I need to feed in the data and pull the results out of the page. Is this possible? If not, does anyone know of an exchange rate calculator that has live data that is usable from inside of vba? John W. Colby Colby Consulting www.ColbyConsulting.com _______________________________________________ dba-VB mailing list dba-VB at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-vb http://www.databaseadvisors.com _______________________________________________ dba-VB mailing list dba-VB at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-vb http://www.databaseadvisors.com From DWUTKA at marlow.com Wed Dec 13 12:09:37 2006 From: DWUTKA at marlow.com (DWUTKA at marlow.com) Date: Wed, 13 Dec 2006 12:09:37 -0600 Subject: [dba-VB] pull data from web page Message-ID: <17724746D360394AA3BFE5B8D40A9C1BDDC6@marlow_main2.marlow.ii-vi.net> I replied with a VB/VBA solution on AccessD. Drew -----Original Message----- From: JWColby [mailto:jwcolby at colbyconsulting.com] Sent: Wednesday, December 13, 2006 7:57 AM To: 'Access Developers discussion and problem solving'; VBA Subject: [dba-VB] pull data from web page Guys, I need to pull an exchange rate from a web page programmatically. The web page is: http://www.xe.com/ucc/convert.cgi And I need to feed in the data and pull the results out of the page. Is this possible? If not, does anyone know of an exchange rate calculator that has live data that is usable from inside of vba? John W. Colby Colby Consulting www.ColbyConsulting.com _______________________________________________ dba-VB mailing list dba-VB at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-vb http://www.databaseadvisors.com From jwcolby at colbyconsulting.com Wed Dec 13 12:14:19 2006 From: jwcolby at colbyconsulting.com (JWColby) Date: Wed, 13 Dec 2006 13:14:19 -0500 Subject: [dba-VB] pull data from web page In-Reply-To: <17724746D360394AA3BFE5B8D40A9C1BDDC6@marlow_main2.marlow.ii-vi.net> Message-ID: <000101c71ee2$82604d60$657aa8c0@m6805> LOL, so did I. John W. Colby Colby Consulting www.ColbyConsulting.com -----Original Message----- From: dba-vb-bounces at databaseadvisors.com [mailto:dba-vb-bounces at databaseadvisors.com] On Behalf Of DWUTKA at marlow.com Sent: Wednesday, December 13, 2006 1:10 PM To: dba-vb at databaseadvisors.com Subject: Re: [dba-VB] pull data from web page I replied with a VB/VBA solution on AccessD. Drew -----Original Message----- From: JWColby [mailto:jwcolby at colbyconsulting.com] Sent: Wednesday, December 13, 2006 7:57 AM To: 'Access Developers discussion and problem solving'; VBA Subject: [dba-VB] pull data from web page Guys, I need to pull an exchange rate from a web page programmatically. The web page is: http://www.xe.com/ucc/convert.cgi And I need to feed in the data and pull the results out of the page. Is this possible? If not, does anyone know of an exchange rate calculator that has live data that is usable from inside of vba? John W. Colby Colby Consulting www.ColbyConsulting.com _______________________________________________ dba-VB mailing list dba-VB at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-vb http://www.databaseadvisors.com _______________________________________________ dba-VB mailing list dba-VB at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-vb http://www.databaseadvisors.com From accessd at shaw.ca Wed Dec 13 12:19:47 2006 From: accessd at shaw.ca (Jim Lawrence) Date: Wed, 13 Dec 2006 10:19:47 -0800 Subject: [dba-VB] pull data from web page In-Reply-To: <007d01c71ec0$d0854ee0$657aa8c0@m6805> Message-ID: <0JA800CZ55HCFXK0@l-daemon> Hi John: You should look into 'screen scrapping'. It can be complex but a good place to start investigating would be: http://www.devcity.net/Articles/48/1/screen_scrape.aspx ...and the site where I got most of the information to use in a client project... http://simile.mit.edu/ (excellent site.) I have only this in passive mode but there is ways of invoking it in active mode. I will send a note off to my son-in-law who does know. Jim -----Original Message----- From: dba-vb-bounces at databaseadvisors.com [mailto:dba-vb-bounces at databaseadvisors.com] On Behalf Of JWColby Sent: Wednesday, December 13, 2006 6:13 AM To: dba-vb at databaseadvisors.com Subject: Re: [dba-VB] pull data from web page I am looking around. Nothing found so far. John W. Colby Colby Consulting www.ColbyConsulting.com -----Original Message----- From: dba-vb-bounces at databaseadvisors.com [mailto:dba-vb-bounces at databaseadvisors.com] On Behalf Of Jim DeMarco Sent: Wednesday, December 13, 2006 9:06 AM To: dba-vb at databaseadvisors.com Subject: Re: [dba-VB] pull data from web page John, Not sure about reading the HTML (which you can find code for on codehound or other code search) but I'd bet if you look around you can find a web service that you can query and return some XML which will be much more straightforward to parse (since a web page's HTML code could change and break your code). Jim DeMarco -----Original Message----- From: dba-vb-bounces at databaseadvisors.com [mailto:dba-vb-bounces at databaseadvisors.com] On Behalf Of JWColby Sent: Wednesday, December 13, 2006 8:57 AM To: 'Access Developers discussion and problem solving'; VBA Subject: [dba-VB] pull data from web page Guys, I need to pull an exchange rate from a web page programmatically. The web page is: http://www.xe.com/ucc/convert.cgi And I need to feed in the data and pull the results out of the page. Is this possible? If not, does anyone know of an exchange rate calculator that has live data that is usable from inside of vba? John W. Colby Colby Consulting www.ColbyConsulting.com _______________________________________________ dba-VB mailing list dba-VB at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-vb http://www.databaseadvisors.com _______________________________________________ dba-VB mailing list dba-VB at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-vb http://www.databaseadvisors.com _______________________________________________ dba-VB mailing list dba-VB at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-vb http://www.databaseadvisors.com From john at winhaven.net Mon Dec 18 11:10:21 2006 From: john at winhaven.net (John Bartow) Date: Mon, 18 Dec 2006 11:10:21 -0600 Subject: [dba-VB] Database Advisors lists Message-ID: <003a01c722c7$66c0b4d0$1402a8c0@ScuzzPaq> Dear dba-vb at databaseadvisors.com, Isn?t access-d a great list? We?re the kind of community that actually works?we get the technical help we need free, and without the ego trappings that you?ll suffer from on other lists. I know that I find the list invaluable, and there are several others?industry leaders?that agree with me. Two of our members, Susan Harkins and Martin Reid, published a Jet SQL book together in 2002, and this is what appears in the book?s Acknowledgements section: ?Thanks? to the AccessD folks for all their great advice and help over the years. If someone on that list can?t solve your problem, it can?t be solved.? And she?s right. That has been my experience with the list for the last seven years. The list isn?t a miracle of internet magic though. It costs money to run the site and lists. So, I?ll be blunt, I?m asking for donations, both large and small so we can keep this great resource going. (Membership isn?t tied to donations. The AccessD community is free.) It?s a small sacrifice considering what you get! Where else can you find people, from all over the globe, prepared to help you solve your technical problems? Have you ever had a thread save you time? If you?re like me, that saves me money. And, just importantly, think of the times you?ve helped someone else. If you?d like to donate using a credit card or PayPal, visit HYPERLINK "http://www.databaseadvisors.com/donations.asp"http://www.databaseadvisors.c om/donations.aspHYPERLINK "http://www.databaseadvisors.com/" and click [Make a Donation]. If you?d rather send a check through regular mail, please contact HYPERLINK "mailto:treasurer at databaseadvisors.com%20"treasurer at databaseadvisors.com for mailing instructions. (Please include "donation" in the subject line.) Donations will be listed on the web site as follows: -Major/Corporate Sponsors: $120 or more Major/Corporate Sponsors may* appear on our DBA Major/Corporate Sponsors Support page in large type face for one month for each $10 donated PLUS Major/Corporate Sponsors may* place their logo with a link to their web site on the DBA page of their choice for the same period of time. -Friends of DBA: $120 to $60 Friends may* appear on our DBA Friends Support page in large type face for one month for each $10 donated. -DBA Donors: $60 or less Donors may* appear on our DBA Donors Support page in normal type face for one month for each $10 donated. *If you?d rather not be listed on the website, let us know and we'll keep your donation anonymous. Thank you for considering a donation to DBA, John Bartow, President Database Advisors, Inc. Email: HYPERLINK "mailto:president at databaseadvisors.com"mailto:president at databaseadvisors.com Website: HYPERLINK "http://www.databaseadvisors.com/" \nhttp://www.databaseadvisors.com -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.409 / Virus Database: 268.15.24/592 - Release Date: 12/18/2006 From jwcolby at colbyconsulting.com Wed Dec 13 07:56:57 2006 From: jwcolby at colbyconsulting.com (JWColby) Date: Wed, 13 Dec 2006 08:56:57 -0500 Subject: [dba-VB] pull data from web page Message-ID: <007401c71ebe$8f1c13f0$657aa8c0@m6805> Guys, I need to pull an exchange rate from a web page programmatically. The web page is: http://www.xe.com/ucc/convert.cgi And I need to feed in the data and pull the results out of the page. Is this possible? If not, does anyone know of an exchange rate calculator that has live data that is usable from inside of vba? John W. Colby Colby Consulting www.ColbyConsulting.com From Jdemarco at hudsonhealthplan.org Wed Dec 13 08:06:09 2006 From: Jdemarco at hudsonhealthplan.org (Jim DeMarco) Date: Wed, 13 Dec 2006 09:06:09 -0500 Subject: [dba-VB] pull data from web page Message-ID: <0B8880A20E2CF24280FA60901E108FB014820F@TTNEXCHSVR.hshhp.com> John, Not sure about reading the HTML (which you can find code for on codehound or other code search) but I'd bet if you look around you can find a web service that you can query and return some XML which will be much more straightforward to parse (since a web page's HTML code could change and break your code). Jim DeMarco -----Original Message----- From: dba-vb-bounces at databaseadvisors.com [mailto:dba-vb-bounces at databaseadvisors.com] On Behalf Of JWColby Sent: Wednesday, December 13, 2006 8:57 AM To: 'Access Developers discussion and problem solving'; VBA Subject: [dba-VB] pull data from web page Guys, I need to pull an exchange rate from a web page programmatically. The web page is: http://www.xe.com/ucc/convert.cgi And I need to feed in the data and pull the results out of the page. Is this possible? If not, does anyone know of an exchange rate calculator that has live data that is usable from inside of vba? John W. Colby Colby Consulting www.ColbyConsulting.com _______________________________________________ dba-VB mailing list dba-VB at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-vb http://www.databaseadvisors.com From jwcolby at colbyconsulting.com Wed Dec 13 08:13:07 2006 From: jwcolby at colbyconsulting.com (JWColby) Date: Wed, 13 Dec 2006 09:13:07 -0500 Subject: [dba-VB] pull data from web page In-Reply-To: <0B8880A20E2CF24280FA60901E108FB014820F@TTNEXCHSVR.hshhp.com> Message-ID: <007d01c71ec0$d0854ee0$657aa8c0@m6805> I am looking around. Nothing found so far. John W. Colby Colby Consulting www.ColbyConsulting.com -----Original Message----- From: dba-vb-bounces at databaseadvisors.com [mailto:dba-vb-bounces at databaseadvisors.com] On Behalf Of Jim DeMarco Sent: Wednesday, December 13, 2006 9:06 AM To: dba-vb at databaseadvisors.com Subject: Re: [dba-VB] pull data from web page John, Not sure about reading the HTML (which you can find code for on codehound or other code search) but I'd bet if you look around you can find a web service that you can query and return some XML which will be much more straightforward to parse (since a web page's HTML code could change and break your code). Jim DeMarco -----Original Message----- From: dba-vb-bounces at databaseadvisors.com [mailto:dba-vb-bounces at databaseadvisors.com] On Behalf Of JWColby Sent: Wednesday, December 13, 2006 8:57 AM To: 'Access Developers discussion and problem solving'; VBA Subject: [dba-VB] pull data from web page Guys, I need to pull an exchange rate from a web page programmatically. The web page is: http://www.xe.com/ucc/convert.cgi And I need to feed in the data and pull the results out of the page. Is this possible? If not, does anyone know of an exchange rate calculator that has live data that is usable from inside of vba? John W. Colby Colby Consulting www.ColbyConsulting.com _______________________________________________ dba-VB mailing list dba-VB at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-vb http://www.databaseadvisors.com _______________________________________________ dba-VB mailing list dba-VB at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-vb http://www.databaseadvisors.com From DWUTKA at marlow.com Wed Dec 13 12:09:37 2006 From: DWUTKA at marlow.com (DWUTKA at marlow.com) Date: Wed, 13 Dec 2006 12:09:37 -0600 Subject: [dba-VB] pull data from web page Message-ID: <17724746D360394AA3BFE5B8D40A9C1BDDC6@marlow_main2.marlow.ii-vi.net> I replied with a VB/VBA solution on AccessD. Drew -----Original Message----- From: JWColby [mailto:jwcolby at colbyconsulting.com] Sent: Wednesday, December 13, 2006 7:57 AM To: 'Access Developers discussion and problem solving'; VBA Subject: [dba-VB] pull data from web page Guys, I need to pull an exchange rate from a web page programmatically. The web page is: http://www.xe.com/ucc/convert.cgi And I need to feed in the data and pull the results out of the page. Is this possible? If not, does anyone know of an exchange rate calculator that has live data that is usable from inside of vba? John W. Colby Colby Consulting www.ColbyConsulting.com _______________________________________________ dba-VB mailing list dba-VB at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-vb http://www.databaseadvisors.com From jwcolby at colbyconsulting.com Wed Dec 13 12:14:19 2006 From: jwcolby at colbyconsulting.com (JWColby) Date: Wed, 13 Dec 2006 13:14:19 -0500 Subject: [dba-VB] pull data from web page In-Reply-To: <17724746D360394AA3BFE5B8D40A9C1BDDC6@marlow_main2.marlow.ii-vi.net> Message-ID: <000101c71ee2$82604d60$657aa8c0@m6805> LOL, so did I. John W. Colby Colby Consulting www.ColbyConsulting.com -----Original Message----- From: dba-vb-bounces at databaseadvisors.com [mailto:dba-vb-bounces at databaseadvisors.com] On Behalf Of DWUTKA at marlow.com Sent: Wednesday, December 13, 2006 1:10 PM To: dba-vb at databaseadvisors.com Subject: Re: [dba-VB] pull data from web page I replied with a VB/VBA solution on AccessD. Drew -----Original Message----- From: JWColby [mailto:jwcolby at colbyconsulting.com] Sent: Wednesday, December 13, 2006 7:57 AM To: 'Access Developers discussion and problem solving'; VBA Subject: [dba-VB] pull data from web page Guys, I need to pull an exchange rate from a web page programmatically. The web page is: http://www.xe.com/ucc/convert.cgi And I need to feed in the data and pull the results out of the page. Is this possible? If not, does anyone know of an exchange rate calculator that has live data that is usable from inside of vba? John W. Colby Colby Consulting www.ColbyConsulting.com _______________________________________________ dba-VB mailing list dba-VB at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-vb http://www.databaseadvisors.com _______________________________________________ dba-VB mailing list dba-VB at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-vb http://www.databaseadvisors.com From accessd at shaw.ca Wed Dec 13 12:19:47 2006 From: accessd at shaw.ca (Jim Lawrence) Date: Wed, 13 Dec 2006 10:19:47 -0800 Subject: [dba-VB] pull data from web page In-Reply-To: <007d01c71ec0$d0854ee0$657aa8c0@m6805> Message-ID: <0JA800CZ55HCFXK0@l-daemon> Hi John: You should look into 'screen scrapping'. It can be complex but a good place to start investigating would be: http://www.devcity.net/Articles/48/1/screen_scrape.aspx ...and the site where I got most of the information to use in a client project... http://simile.mit.edu/ (excellent site.) I have only this in passive mode but there is ways of invoking it in active mode. I will send a note off to my son-in-law who does know. Jim -----Original Message----- From: dba-vb-bounces at databaseadvisors.com [mailto:dba-vb-bounces at databaseadvisors.com] On Behalf Of JWColby Sent: Wednesday, December 13, 2006 6:13 AM To: dba-vb at databaseadvisors.com Subject: Re: [dba-VB] pull data from web page I am looking around. Nothing found so far. John W. Colby Colby Consulting www.ColbyConsulting.com -----Original Message----- From: dba-vb-bounces at databaseadvisors.com [mailto:dba-vb-bounces at databaseadvisors.com] On Behalf Of Jim DeMarco Sent: Wednesday, December 13, 2006 9:06 AM To: dba-vb at databaseadvisors.com Subject: Re: [dba-VB] pull data from web page John, Not sure about reading the HTML (which you can find code for on codehound or other code search) but I'd bet if you look around you can find a web service that you can query and return some XML which will be much more straightforward to parse (since a web page's HTML code could change and break your code). Jim DeMarco -----Original Message----- From: dba-vb-bounces at databaseadvisors.com [mailto:dba-vb-bounces at databaseadvisors.com] On Behalf Of JWColby Sent: Wednesday, December 13, 2006 8:57 AM To: 'Access Developers discussion and problem solving'; VBA Subject: [dba-VB] pull data from web page Guys, I need to pull an exchange rate from a web page programmatically. The web page is: http://www.xe.com/ucc/convert.cgi And I need to feed in the data and pull the results out of the page. Is this possible? If not, does anyone know of an exchange rate calculator that has live data that is usable from inside of vba? John W. Colby Colby Consulting www.ColbyConsulting.com _______________________________________________ dba-VB mailing list dba-VB at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-vb http://www.databaseadvisors.com _______________________________________________ dba-VB mailing list dba-VB at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-vb http://www.databaseadvisors.com _______________________________________________ dba-VB mailing list dba-VB at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-vb http://www.databaseadvisors.com From john at winhaven.net Mon Dec 18 11:10:21 2006 From: john at winhaven.net (John Bartow) Date: Mon, 18 Dec 2006 11:10:21 -0600 Subject: [dba-VB] Database Advisors lists Message-ID: <003a01c722c7$66c0b4d0$1402a8c0@ScuzzPaq> Dear dba-vb at databaseadvisors.com, Isn?t access-d a great list? We?re the kind of community that actually works?we get the technical help we need free, and without the ego trappings that you?ll suffer from on other lists. I know that I find the list invaluable, and there are several others?industry leaders?that agree with me. Two of our members, Susan Harkins and Martin Reid, published a Jet SQL book together in 2002, and this is what appears in the book?s Acknowledgements section: ?Thanks? to the AccessD folks for all their great advice and help over the years. If someone on that list can?t solve your problem, it can?t be solved.? And she?s right. That has been my experience with the list for the last seven years. The list isn?t a miracle of internet magic though. It costs money to run the site and lists. So, I?ll be blunt, I?m asking for donations, both large and small so we can keep this great resource going. (Membership isn?t tied to donations. The AccessD community is free.) It?s a small sacrifice considering what you get! Where else can you find people, from all over the globe, prepared to help you solve your technical problems? Have you ever had a thread save you time? If you?re like me, that saves me money. And, just importantly, think of the times you?ve helped someone else. If you?d like to donate using a credit card or PayPal, visit HYPERLINK "http://www.databaseadvisors.com/donations.asp"http://www.databaseadvisors.c om/donations.aspHYPERLINK "http://www.databaseadvisors.com/" and click [Make a Donation]. If you?d rather send a check through regular mail, please contact HYPERLINK "mailto:treasurer at databaseadvisors.com%20"treasurer at databaseadvisors.com for mailing instructions. (Please include "donation" in the subject line.) Donations will be listed on the web site as follows: -Major/Corporate Sponsors: $120 or more Major/Corporate Sponsors may* appear on our DBA Major/Corporate Sponsors Support page in large type face for one month for each $10 donated PLUS Major/Corporate Sponsors may* place their logo with a link to their web site on the DBA page of their choice for the same period of time. -Friends of DBA: $120 to $60 Friends may* appear on our DBA Friends Support page in large type face for one month for each $10 donated. -DBA Donors: $60 or less Donors may* appear on our DBA Donors Support page in normal type face for one month for each $10 donated. *If you?d rather not be listed on the website, let us know and we'll keep your donation anonymous. Thank you for considering a donation to DBA, John Bartow, President Database Advisors, Inc. Email: HYPERLINK "mailto:president at databaseadvisors.com"mailto:president at databaseadvisors.com Website: HYPERLINK "http://www.databaseadvisors.com/" \nhttp://www.databaseadvisors.com -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.409 / Virus Database: 268.15.24/592 - Release Date: 12/18/2006 From jwcolby at colbyconsulting.com Wed Dec 13 07:56:57 2006 From: jwcolby at colbyconsulting.com (JWColby) Date: Wed, 13 Dec 2006 08:56:57 -0500 Subject: [dba-VB] pull data from web page Message-ID: <007401c71ebe$8f1c13f0$657aa8c0@m6805> Guys, I need to pull an exchange rate from a web page programmatically. The web page is: http://www.xe.com/ucc/convert.cgi And I need to feed in the data and pull the results out of the page. Is this possible? If not, does anyone know of an exchange rate calculator that has live data that is usable from inside of vba? John W. Colby Colby Consulting www.ColbyConsulting.com From Jdemarco at hudsonhealthplan.org Wed Dec 13 08:06:09 2006 From: Jdemarco at hudsonhealthplan.org (Jim DeMarco) Date: Wed, 13 Dec 2006 09:06:09 -0500 Subject: [dba-VB] pull data from web page Message-ID: <0B8880A20E2CF24280FA60901E108FB014820F@TTNEXCHSVR.hshhp.com> John, Not sure about reading the HTML (which you can find code for on codehound or other code search) but I'd bet if you look around you can find a web service that you can query and return some XML which will be much more straightforward to parse (since a web page's HTML code could change and break your code). Jim DeMarco -----Original Message----- From: dba-vb-bounces at databaseadvisors.com [mailto:dba-vb-bounces at databaseadvisors.com] On Behalf Of JWColby Sent: Wednesday, December 13, 2006 8:57 AM To: 'Access Developers discussion and problem solving'; VBA Subject: [dba-VB] pull data from web page Guys, I need to pull an exchange rate from a web page programmatically. The web page is: http://www.xe.com/ucc/convert.cgi And I need to feed in the data and pull the results out of the page. Is this possible? If not, does anyone know of an exchange rate calculator that has live data that is usable from inside of vba? John W. Colby Colby Consulting www.ColbyConsulting.com _______________________________________________ dba-VB mailing list dba-VB at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-vb http://www.databaseadvisors.com From jwcolby at colbyconsulting.com Wed Dec 13 08:13:07 2006 From: jwcolby at colbyconsulting.com (JWColby) Date: Wed, 13 Dec 2006 09:13:07 -0500 Subject: [dba-VB] pull data from web page In-Reply-To: <0B8880A20E2CF24280FA60901E108FB014820F@TTNEXCHSVR.hshhp.com> Message-ID: <007d01c71ec0$d0854ee0$657aa8c0@m6805> I am looking around. Nothing found so far. John W. Colby Colby Consulting www.ColbyConsulting.com -----Original Message----- From: dba-vb-bounces at databaseadvisors.com [mailto:dba-vb-bounces at databaseadvisors.com] On Behalf Of Jim DeMarco Sent: Wednesday, December 13, 2006 9:06 AM To: dba-vb at databaseadvisors.com Subject: Re: [dba-VB] pull data from web page John, Not sure about reading the HTML (which you can find code for on codehound or other code search) but I'd bet if you look around you can find a web service that you can query and return some XML which will be much more straightforward to parse (since a web page's HTML code could change and break your code). Jim DeMarco -----Original Message----- From: dba-vb-bounces at databaseadvisors.com [mailto:dba-vb-bounces at databaseadvisors.com] On Behalf Of JWColby Sent: Wednesday, December 13, 2006 8:57 AM To: 'Access Developers discussion and problem solving'; VBA Subject: [dba-VB] pull data from web page Guys, I need to pull an exchange rate from a web page programmatically. The web page is: http://www.xe.com/ucc/convert.cgi And I need to feed in the data and pull the results out of the page. Is this possible? If not, does anyone know of an exchange rate calculator that has live data that is usable from inside of vba? John W. Colby Colby Consulting www.ColbyConsulting.com _______________________________________________ dba-VB mailing list dba-VB at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-vb http://www.databaseadvisors.com _______________________________________________ dba-VB mailing list dba-VB at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-vb http://www.databaseadvisors.com From DWUTKA at marlow.com Wed Dec 13 12:09:37 2006 From: DWUTKA at marlow.com (DWUTKA at marlow.com) Date: Wed, 13 Dec 2006 12:09:37 -0600 Subject: [dba-VB] pull data from web page Message-ID: <17724746D360394AA3BFE5B8D40A9C1BDDC6@marlow_main2.marlow.ii-vi.net> I replied with a VB/VBA solution on AccessD. Drew -----Original Message----- From: JWColby [mailto:jwcolby at colbyconsulting.com] Sent: Wednesday, December 13, 2006 7:57 AM To: 'Access Developers discussion and problem solving'; VBA Subject: [dba-VB] pull data from web page Guys, I need to pull an exchange rate from a web page programmatically. The web page is: http://www.xe.com/ucc/convert.cgi And I need to feed in the data and pull the results out of the page. Is this possible? If not, does anyone know of an exchange rate calculator that has live data that is usable from inside of vba? John W. Colby Colby Consulting www.ColbyConsulting.com _______________________________________________ dba-VB mailing list dba-VB at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-vb http://www.databaseadvisors.com From jwcolby at colbyconsulting.com Wed Dec 13 12:14:19 2006 From: jwcolby at colbyconsulting.com (JWColby) Date: Wed, 13 Dec 2006 13:14:19 -0500 Subject: [dba-VB] pull data from web page In-Reply-To: <17724746D360394AA3BFE5B8D40A9C1BDDC6@marlow_main2.marlow.ii-vi.net> Message-ID: <000101c71ee2$82604d60$657aa8c0@m6805> LOL, so did I. John W. Colby Colby Consulting www.ColbyConsulting.com -----Original Message----- From: dba-vb-bounces at databaseadvisors.com [mailto:dba-vb-bounces at databaseadvisors.com] On Behalf Of DWUTKA at marlow.com Sent: Wednesday, December 13, 2006 1:10 PM To: dba-vb at databaseadvisors.com Subject: Re: [dba-VB] pull data from web page I replied with a VB/VBA solution on AccessD. Drew -----Original Message----- From: JWColby [mailto:jwcolby at colbyconsulting.com] Sent: Wednesday, December 13, 2006 7:57 AM To: 'Access Developers discussion and problem solving'; VBA Subject: [dba-VB] pull data from web page Guys, I need to pull an exchange rate from a web page programmatically. The web page is: http://www.xe.com/ucc/convert.cgi And I need to feed in the data and pull the results out of the page. Is this possible? If not, does anyone know of an exchange rate calculator that has live data that is usable from inside of vba? John W. Colby Colby Consulting www.ColbyConsulting.com _______________________________________________ dba-VB mailing list dba-VB at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-vb http://www.databaseadvisors.com _______________________________________________ dba-VB mailing list dba-VB at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-vb http://www.databaseadvisors.com From accessd at shaw.ca Wed Dec 13 12:19:47 2006 From: accessd at shaw.ca (Jim Lawrence) Date: Wed, 13 Dec 2006 10:19:47 -0800 Subject: [dba-VB] pull data from web page In-Reply-To: <007d01c71ec0$d0854ee0$657aa8c0@m6805> Message-ID: <0JA800CZ55HCFXK0@l-daemon> Hi John: You should look into 'screen scrapping'. It can be complex but a good place to start investigating would be: http://www.devcity.net/Articles/48/1/screen_scrape.aspx ...and the site where I got most of the information to use in a client project... http://simile.mit.edu/ (excellent site.) I have only this in passive mode but there is ways of invoking it in active mode. I will send a note off to my son-in-law who does know. Jim -----Original Message----- From: dba-vb-bounces at databaseadvisors.com [mailto:dba-vb-bounces at databaseadvisors.com] On Behalf Of JWColby Sent: Wednesday, December 13, 2006 6:13 AM To: dba-vb at databaseadvisors.com Subject: Re: [dba-VB] pull data from web page I am looking around. Nothing found so far. John W. Colby Colby Consulting www.ColbyConsulting.com -----Original Message----- From: dba-vb-bounces at databaseadvisors.com [mailto:dba-vb-bounces at databaseadvisors.com] On Behalf Of Jim DeMarco Sent: Wednesday, December 13, 2006 9:06 AM To: dba-vb at databaseadvisors.com Subject: Re: [dba-VB] pull data from web page John, Not sure about reading the HTML (which you can find code for on codehound or other code search) but I'd bet if you look around you can find a web service that you can query and return some XML which will be much more straightforward to parse (since a web page's HTML code could change and break your code). Jim DeMarco -----Original Message----- From: dba-vb-bounces at databaseadvisors.com [mailto:dba-vb-bounces at databaseadvisors.com] On Behalf Of JWColby Sent: Wednesday, December 13, 2006 8:57 AM To: 'Access Developers discussion and problem solving'; VBA Subject: [dba-VB] pull data from web page Guys, I need to pull an exchange rate from a web page programmatically. The web page is: http://www.xe.com/ucc/convert.cgi And I need to feed in the data and pull the results out of the page. Is this possible? If not, does anyone know of an exchange rate calculator that has live data that is usable from inside of vba? John W. Colby Colby Consulting www.ColbyConsulting.com _______________________________________________ dba-VB mailing list dba-VB at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-vb http://www.databaseadvisors.com _______________________________________________ dba-VB mailing list dba-VB at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-vb http://www.databaseadvisors.com _______________________________________________ dba-VB mailing list dba-VB at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-vb http://www.databaseadvisors.com From john at winhaven.net Mon Dec 18 11:10:21 2006 From: john at winhaven.net (John Bartow) Date: Mon, 18 Dec 2006 11:10:21 -0600 Subject: [dba-VB] Database Advisors lists Message-ID: <003a01c722c7$66c0b4d0$1402a8c0@ScuzzPaq> Dear dba-vb at databaseadvisors.com, Isn?t access-d a great list? We?re the kind of community that actually works?we get the technical help we need free, and without the ego trappings that you?ll suffer from on other lists. I know that I find the list invaluable, and there are several others?industry leaders?that agree with me. Two of our members, Susan Harkins and Martin Reid, published a Jet SQL book together in 2002, and this is what appears in the book?s Acknowledgements section: ?Thanks? to the AccessD folks for all their great advice and help over the years. If someone on that list can?t solve your problem, it can?t be solved.? And she?s right. That has been my experience with the list for the last seven years. The list isn?t a miracle of internet magic though. It costs money to run the site and lists. So, I?ll be blunt, I?m asking for donations, both large and small so we can keep this great resource going. (Membership isn?t tied to donations. The AccessD community is free.) It?s a small sacrifice considering what you get! Where else can you find people, from all over the globe, prepared to help you solve your technical problems? Have you ever had a thread save you time? If you?re like me, that saves me money. And, just importantly, think of the times you?ve helped someone else. If you?d like to donate using a credit card or PayPal, visit HYPERLINK "http://www.databaseadvisors.com/donations.asp"http://www.databaseadvisors.c om/donations.aspHYPERLINK "http://www.databaseadvisors.com/" and click [Make a Donation]. If you?d rather send a check through regular mail, please contact HYPERLINK "mailto:treasurer at databaseadvisors.com%20"treasurer at databaseadvisors.com for mailing instructions. (Please include "donation" in the subject line.) Donations will be listed on the web site as follows: -Major/Corporate Sponsors: $120 or more Major/Corporate Sponsors may* appear on our DBA Major/Corporate Sponsors Support page in large type face for one month for each $10 donated PLUS Major/Corporate Sponsors may* place their logo with a link to their web site on the DBA page of their choice for the same period of time. -Friends of DBA: $120 to $60 Friends may* appear on our DBA Friends Support page in large type face for one month for each $10 donated. -DBA Donors: $60 or less Donors may* appear on our DBA Donors Support page in normal type face for one month for each $10 donated. *If you?d rather not be listed on the website, let us know and we'll keep your donation anonymous. Thank you for considering a donation to DBA, John Bartow, President Database Advisors, Inc. Email: HYPERLINK "mailto:president at databaseadvisors.com"mailto:president at databaseadvisors.com Website: HYPERLINK "http://www.databaseadvisors.com/" \nhttp://www.databaseadvisors.com -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.409 / Virus Database: 268.15.24/592 - Release Date: 12/18/2006