Jump to content

Help / Advice Needed - Barcode scanning

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
8 replies to this topic

#1
icecauldron

icecauldron

    Newbie

  • Members
  • Pip
  • 3 posts
hi, i'm new to programming. i need some help with the integration of a barcode system for sunday school children. The system is used to keep track of their attendance, database and point system. what kind of software can i use to build this system? thanks.

am i posting this in the right thread?

#2
Guest_Jordan_*

Guest_Jordan_*
  • Guests
What type of device are you going to be building on (I'm guessing something like an LXE scanner)? I recently built a program I could probably send to you for Windows CE 5.0 which scanned codes.

Just out of curiosity, what are you scanning? These kids have barcodes?

#3
icecauldron

icecauldron

    Newbie

  • Members
  • Pip
  • 3 posts
Hi Jordan, we will be printing the barcodes (fonts) and attach it to the kids. Was thinking of using Visual Basic, but I'm unsure if it will work. Does VB allows its own database storage?

wow LXE scanner looks pretty complicated. I guess we will just use a simple barcode scanner, those you see at retail outlets, megamarts to do inventory control.

Sure, a program will be most helpful. what did you use to write the program?

#4
hoser2001

hoser2001

    Programmer

  • Members
  • PipPipPipPip
  • 173 posts

icecauldron said:

Hi Jordan, we will be printing the barcodes (fonts) and attach it to the kids.

Someone please explain how this isn't just....wrong.

#5
Guest_Jordan_*

Guest_Jordan_*
  • Guests
Visual Basic would work along with C# or C++ or just about any languages. With Visual Basic you will be able to do it much faster. Yes, you can access just about any type of database from Visual Basic. The one that MS will recommend will be MSsql or Access. You might want to consider Access if there isn't many kids - or even a spreadsheet.

@hoser2001: lol....

#6
pedrogk

pedrogk

    Newbie

  • Members
  • Pip
  • 2 posts

hoser2001 said:

Someone please explain how this isn't just....wrong.

It is wrong that they print the barcode and then attach it to the kids, it is a waste. They should print the barcode directly to the kids, right? :)

#7
icecauldron

icecauldron

    Newbie

  • Members
  • Pip
  • 3 posts
:confused: shrugz?? whats wrong?? using visual basic or attaching the barcode to the kids? probably in the form of name tags to hang around their neck.

#8
pedrogk

pedrogk

    Newbie

  • Members
  • Pip
  • 2 posts
We are just kidding. It is just that the phrase "attach (the barcode) to the kids" sounds as if you were going to engrave or staple the barcode to their body.

Obviously, we know that you will print a badge or something that they will carry around, we are just being silly.

Anyway, don't worry about the programming language for this, it can be done with most. Just use whichever it is that you have people/tools available or cheap. I agree that VB should be a good option.

#9
Guest_Jordan_*

Guest_Jordan_*
  • Guests

icecauldron said:

:confused: shrugz?? whats wrong?? using visual basic or attaching the barcode to the kids? probably in the form of name tags to hang around their neck.

Nothing wrong with this and this is what I thought you meant but I can see how the way you stated it sounded funny.

Anyway, I don't think my program will help you any since it is for Windows CE 5.0 but if you need any help just let us know.