Hi friends,
I want to develop a payment system that can read bar codes like the ones used in groceries to capture price info, can u tell
me what tools should i used to integrate into oracle. Does oracle
have this functional specs. :)
Thanks
Printable View
Hi friends,
I want to develop a payment system that can read bar codes like the ones used in groceries to capture price info, can u tell
me what tools should i used to integrate into oracle. Does oracle
have this functional specs. :)
Thanks
you need a barcode reader, a database wont do that
I know dear...i already have one....how do i capture the info for the
reader and insert it into the database. :)
Hi
Presuming your devlopment environment is Java
http://www-128.ibm.com/developerwork...d/?dwzone=java
you can store your bar code as a string in the database or varchar in db speak
regards
Hrishy
wow!!! again thanks dear...what a great sample to copy....do u have
sample apps using APEX? Coz I am developing the system in html...well I know its too much to ask dear :D ... can html be able
to read bar codes?
html is a markup language, it doesnt actually do anything, dont you have any software with your barcode reader than can write to a database?
Hi
I dont know what is apex.
I also know of barbecue java library that can produce barcodes if thats what you are looking for in svg format for the web.which you can embed in HTML page
But on the server side you need to use java or ASP to read barcode and fire a database query.
HTML would not serve the purpose.
sorry i havent heard of apex language.Can apex call servlets or java ?
regards
Hrishy
Its a rapid application dev(RAD) from oracle.
http://www.oracle.com/technology/pro.../download.html
:)
duplicate thread.