Jump to content

Creating A Database

- - - - -

  • Please log in to reply
3 replies to this topic

#1
settheline

settheline

    Newbie

  • Members
  • Pip
  • 2 posts
New poster here and quite inexperienced with programming. I'm a quick learner though and would love some input on this project.

Okay here it is:
I want to create a database of UPC/EAN barcodes. I know there are people out there doing this, but I want to do it for a specific subset of products. This database doesn't necessarily need to be accessible by anyone other than me at first.

1. What we would you recommend for the first step in creating this database?
2. How much programming will this effectively take?
3. Anybody know of any good resources for this sort of project?

Thanks in advance!

-settheline

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
  • Location:Upstate, South Carolina
  • Programming Language:C, C++, PL/SQL, Delphi/Object Pascal, Pascal, Transact-SQL, Others
  • Learning:Java, C#, PHP, JavaScript, Lisp, Fortran, Haskell, Others
You could do this with almost any database type. From a programming perspective, this shouldn't take much. Just a table with two fields: UPC and Product_Name.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
settheline

settheline

    Newbie

  • Members
  • Pip
  • 2 posts
Thanks for your input WingedPanther. My next question is, can I compile said UPC/EAN codes without entering them by hand? I don't know quite how to convey my desire here, but basically I want to harvest UPC/EAN codes (and their respective products) and compile them into a database. Thoughts? Thanks again!

#4
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
  • Location:Upstate, South Carolina
  • Programming Language:C, C++, PL/SQL, Delphi/Object Pascal, Pascal, Transact-SQL, Others
  • Learning:Java, C#, PHP, JavaScript, Lisp, Fortran, Haskell, Others
If you have a list of them somewhere, building an insert script should be pretty easy.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users