Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > Barcode - How to capture data in Classic ASP page

Reply
Thread Tools

Barcode - How to capture data in Classic ASP page

 
 
Billy
Guest
Posts: n/a
 
      09-18-2010
Can anyone help direct me to a way to capture website data from a UPC
barcode website into my ASP page. I'm having trouble finding a web
site that provides this data in a captureable format such as XML or
such.

I have a barcode scanner thatcaptures the UPC and submits it in the
URL to any website. Next I want to match that UPC string with a site
that will return data back to my ASP page or write it to a database to
store it as a members list oif items.

Any help would be greatly appreciated!
 
Reply With Quote
 
 
 
 
Bob Barrows
Guest
Posts: n/a
 
      09-18-2010
Billy wrote:
> Can anyone help direct me to a way to capture website data from a UPC
> barcode website into my ASP page. I'm having trouble finding a web
> site that provides this data in a captureable format such as XML or
> such.
>
> I have a barcode scanner thatcaptures the UPC and submits it in the
> URL to any website. Next I want to match that UPC string with a site
> that will return data back to my ASP page or write it to a database to
> store it as a members list oif items.
>
> Any help would be greatly appreciated!


I don't understand your problem. The string containing the UPC is in the
querystring, right? So read it from the querystring and do whatever you want
with it. The source of the string (bar code scanner, keyboard entry, etc.)
is irrelevant.


 
Reply With Quote
 
 
 
 
Billy
Guest
Posts: n/a
 
      09-18-2010
On Sep 18, 3:50*pm, "Bob Barrows" <reb01...@yahoo.com> wrote:
> Billy wrote:
> > Can anyone help direct me to a way to capture website data from a UPC
> > barcode website into my ASP page. I'm having trouble finding a web
> > site that provides this data in a captureable format such as XML or
> > such.

>
> > I have a barcode scanner thatcaptures the UPC and submits it in the
> > URL to any website. Next I want to match that UPC string with a site
> > that will return data back to my ASP page or write it to a database to
> > store it as a members list oif items.

>
> > Any help would be greatly appreciated!

>
> I don't understand your problem. The string containing the UPC is in the
> querystring, right? So read it from the querystring and do whatever you want
> with it. The source of the string (bar code scanner, keyboard entry, etc.)
> is irrelevant.


Im sorry, what I didnt say was that im looking for the match of the
UPC string to the product name and description which is not native to
the source im using to scan it. The matching data I need to gather
from another web site where the data is hopefully retreivable.
 
Reply With Quote
 
Bob Barrows
Guest
Posts: n/a
 
      09-18-2010
Billy wrote:
> On Sep 18, 3:50 pm, "Bob Barrows" <reb01...@yahoo.com> wrote:
>> Billy wrote:
>>> Can anyone help direct me to a way to capture website data from a
>>> UPC barcode website into my ASP page. I'm having trouble finding a
>>> web site that provides this data in a captureable format such as
>>> XML or such.

>>
>>> I have a barcode scanner thatcaptures the UPC and submits it in the
>>> URL to any website. Next I want to match that UPC string with a site
>>> that will return data back to my ASP page or write it to a database
>>> to store it as a members list oif items.

>>
>>> Any help would be greatly appreciated!

>>
>> I don't understand your problem. The string containing the UPC is in
>> the querystring, right? So read it from the querystring and do
>> whatever you want with it. The source of the string (bar code
>> scanner, keyboard entry, etc.) is irrelevant.

>
> Im sorry, what I didnt say was that im looking for the match of the
> UPC string to the product name and description which is not native to
> the source im using to scan it. The matching data I need to gather
> from another web site where the data is hopefully retreivable.


I still don't understand how we can help. I would think your first step
would be to contact the people running that website and ask them how to
retrieve this information.


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: How include a large array? Edward A. Falk C Programming 1 04-04-2013 08:07 PM
Singapore Post 4-State Barcode Support & Postnet Barcode Recognition sherazam Java 0 05-24-2012 09:55 AM
Read Barcode from Specific Area of Img & Create Fixed Size Barcode sherazam Java 0 03-01-2011 08:12 AM
Aztec 2D Barcode Recognition Support is Added in Aspose.BarCode sherazam Java 0 09-16-2010 10:44 AM
Help!! redirect classic asp page to asp.net 2.0 page using queryst =?Utf-8?B?S2VuTGVl?= ASP .Net 9 04-11-2006 08:50 PM



Advertisments
 



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