473,779 Members | 2,015 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Library resource question

We're in the process of trying to manage an inventory of library books
using access, and were wondering about the following:

1. Bar code scanning hardware-cost/setup, etc.
2. Record input-any resources to populate records with UPC/ISBN codes
without having to key in all data manually.

Thanks in advance!
Nov 13 '05 #1
1 1599
Dear cnwilks:

It would be difficult to answer your question without more information. For
example, are you dealing with an inventory of 500, 5000, or 50,000 books? Is
this a personal collection of books, a private corporate library, a special
library, or a public library? Will you need a circulation system? And so
on.. Are you thinking of creating a library system from scratch using
Access? If so, you may wish to do some research to ensure that you are not
reinventing the wheel. Even a quick Google search reveals many dozens of
vendors selling a wide variety of library management software. For example,
you might look at the following:

http://directory.google.com/Top/Refe...ence/Software/

Or, you can find shareware library systems as well, with, for example, a
search at www.tucows.com. Creating a library system could be a very costly
solution, and you might find that a professionally written commercial
package would be much more cost effective.

I am a teacher-librarian for a small school, and I have created a library
system for my school in Microsoft Access. However, while there were good
reasons that I did this, I would never suggest that I think it was the most
cost effective or efficient solution. (BTW, a disclaimer: I am not a
professional programmer, and I have nothing to sell!). To answer your
specific questions: 1) I use a wedge-type barcode scanner and a free 3 of 9
barcode font. Scanners of the type I use cost between $200-$300, possibly
less. It has worked well for me, but I run a small library (20,000 titles),
for less than 300 patrons. 2) Obtaining cataloguing from various electronic
sources is a very common feature in library management software.

Your biggest problem won't be a lack of solutions to your library management
needs, but finding the best solution within the multitude of available
options!

HTH
Fred Boer
"cnwilks" <cn*****@gmail. com> wrote in message
news:f9******** *************** ***@posting.goo gle.com...
We're in the process of trying to manage an inventory of library books
using access, and were wondering about the following:

1. Bar code scanning hardware-cost/setup, etc.
2. Record input-any resources to populate records with UPC/ISBN codes
without having to key in all data manually.

Thanks in advance!

Nov 13 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
1733
by: John Perks and Sarah Mount | last post by:
When handling resources in Python, where the scope of the resource is known, there seem to be two schools of thought: (1) Explicit: f = open(fname) try: # ... finally: f.close()
3
2761
by: Chua Wen Ching | last post by:
Hi there, I had applied this security permissions in my class library based on fxcop standards. Before namespace: using System.Runtime.InteropServices; using System.Security.Permissions;
8
1821
by: Bonj | last post by:
when creating a resource-only dll, the only way I can get it to compile and work correctly, is to make it a non-resource-only dll. surely this can't be the way...? basically, there is a load of resources, in a dll. The DLL is a managed class library, but it has got an unmanaged function that accesses the resources. FindResource only works on the HMODULE that is gained by casting the HINSTANCE passed to DllMain into an HMODULE (I think...
6
2231
by: CS Tutor | last post by:
Hello, I am a Java programmer and I am used to finding out what functions are written out for me in the Java API provided by Sun on their website. Now for VB.NET is there a similar online resource? That tells me which function is in what library, and what its purpose is? For instance, I have been trying to figure out what this statement does:
2
1530
by: fabrice | last post by:
hello, I nedd help to create and use Library Satellite. I'm using Web Form under framework 1.1 and VB.NET I'm not using Visual Studio. I'd like to internationalize my web application with using .DLL For the moment i test many solutions with one .aspx page to create a model. But i'm not.
2
1826
by: Victor Nazarov | last post by:
I've tried to implement some garbage collection library for see. Here is an example of it's usage. Do you think that it is usefull at all and deserve development? #include <stddef.h> #include <stdlib.h> #include <stdio.h> #include "virlib.h" void fclose_p (void *p);
2
2658
by: Justin | last post by:
Hi Guys, I am writing a static library in which there are some resrouces - BMPs and dialogs etc. Unfortunately, when I call functions/dialogs in the static library, it failed because of resource could not be located. I have googled. But the approach I found is to include resources of the static library in the caller. Are there some other more graceful way to do this? I mean just like resource in DLL file, do not include resources in...
20
3541
by: J de Boyne Pollard | last post by:
MThe library functions which are included to allow process Mlaunch, forking, and termination, imply that it is both Mpossible and desirable for a process to fork itself. This is Ma fundamental part of the Unix thought process, but is Mnot essential for a working OS. There are no Standard C Library functions for process forking or overlaying. The fork() and execve() functions are part of the C language bindings to POSIX. They are not...
61
3087
by: shapper | last post by:
Hello, I would like to use a javascript library to simplify my coding process. I know a few: JQuery, Dojo, Yahoo UI, ... Which one do you advice me to use? Thanks, Miguel
0
9632
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10302
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10071
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8958
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7478
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6723
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5372
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5501
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3631
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.