ByteSize Developer Setup Programs & Installers Professional
Set-up Program Generators, Installers, Updates & Extracting Applications! The cutting edge interface lets you easily search through the entire CD-ROM or the full database of file descriptions. You can launch programs, view graphics, or play music files directly from the CD-ROM. ... Read more
Stores Selling: 1
$44.99 - $44.99
CLARISWORKS 5.0 - BUSINESS WORDS PROCESSING SOFTWARE
Cardiris 3 transforms your cards from all over the world in editable information. With it's user-friendly interface, Cardiris 3 offers you a simple workflow and allows you to manage a large number of cards.\nYou will feel very comfortable in the daily management of your contacts with the powerful so... Read more
Stores Selling: 1
$69.90 - $69.90
IMSI/Design OrgChart Professional
Create professional org charts that work, for the best way to organize your company! ... Read more
Stores Selling: 1
$29.99 - $29.99
Paramind Software Brainstorming - Upgrade
Product Features: Version: Upgrade Version; Platform: PC ... Read more
Stores Selling: 1
$19.95 - $19.95
Learning MySQL
Whether you're running a business, keeping track of members and meetings for a club, or just trying to organize a large and diverse collection of information, you'll find the MySQL database engine useful for answering questions such as: Which are my top ten fastest-selling products? How frequently does this person come to our facility? What was the highest, lowest, and average score of the team last season?MySQL, the most popular open-source database, offers the power of a relational database in a package that's easy to set up and administer, and Learning MySQL provides all the tools you need to get started. This densely packed tutorial includes detailed instructions to help you set up and design an effective database, create powerful queries using SQL, configure MySQL for improved security, and squeeze information out of your data.After covering the basics, the book travels far into MySQL's subtleties, including complex queries and joins, how to interact with the database over the Web using PHP or Perl, and important house-keeping such as backups and security.Topic include: Installation on Linux, Windows, and Mac OS X Basic and advanced querying using SQL User management and security Backups and recovery Tuning for improved efficiency Developing command-line and web database applications using the PHP and Perl programming languagesThe authors, Saied Tahaghoghi and Hugh E. Williams, have careers in academia and business, and share a keen interest in research into search technologies.Whether you've never touched a database or have already completed some MySQL projects, you'll find insights in Learning MySQL that will last a career.
AutoCad is the most programmable, customizable, and extensible design system on the market today, and the new and exciting Autodesk's Programmer Series is designed to give you the tools you need to get the most out of this software. All of the important application programming interfaces (APIs) in AutoCad are covered in the series, so whether you are a novice or an experienced programmer, you'll find a book that's just right for you. AutoCad Database Connectivity is the ultimate resource for professionals looking to create robust database applications with AutoCad. This book will show you how to transform your AutoCad drawings into intelligent electronic documents and how to create custom applications that will integrate databases with AutoCad. Scott McFarlane, an expert in the field, Mentors you through the dbConnect user interface, the fundamentals of good database design, and the steps involved in the design and development of custom database applications within AutoCad. You'll also get an overview of SQL, ActiveX Data Objects (ADO), and Connectivity Automation Objects (CAO) and have a chance to apply what you've learned by working step by step through the development of real-world applications. Whether you're new to AutoCad/database integration or experienced in the field, this book is a valuable resource -add it to your reference library today!
$79.99
from
Beginning Mysql By Robert Sheldon
Provides programmers with a complete foundation in MySQL, the multi-user, multi-threaded SQL database server that easily stores, updates, and accesses informationOffers detailed instructions for MySQL installation and configuration on either Windows or LinuxShows how to create a database, work with SQL, add and modify data, run queries, perform administrative tasks, and build database applicationsDemonstrates how to connect to a MySQL database from within PHP, Java, ASP, and ASP.NET applicationsCompanion Web site includes SQL statements needed to create and populate a database plus three ready-to-use database applications (in PHP, Java, and ASP.NET)
$33.70
from
Allaire Cold Fusion Application Server 3.1 Professional Edition (Integrates Database, Browser and Server Technologies to Deliver High Performance Web Applications)
Allaire appears to have taken great pains to ensure that Studio is as appealing to web neophytes as it is to seasoned webmasters. The product is built around HomeSite, Allaire's successful code-based HTML editor. Users familiar with HomeSite will make the transition to Studio with ease, while others will benefit from Studio's intuitive, highly functional interface. The CF Studio environment is packed with useful features that put it a step above other data-driven page development tools I have used. Allaire's IDE sports an advanced programming environment, visual database tools, and team development capabilities. Putting all this functionality in a single tool could easily have led to bloatware, an outcome Allaire sidesteps by taking a modular approach. Studio is a bundle comprising the following elements: * Cold Fusion Application Server 3.1 (single user version included with Studio) * Cold Fusion Studio 3.1 * a version control program, StarBase Versions 2.0 (included with Studio; other programs, such as Microsoft's Visual Source Safe, can be used as well). With these three tools, developers have most of what they need to build, deploy and maintain web applications.
$139.99
from
EasyProjectDatabase (Access Project Database)
DOWNLOAD the DEMO from the EasyProjectDatabase HomePage | Access Enterprise Project Database
$300.00
from
RUSSELL SOFTWARE Home Data Bank ( Windows )
Home Data Bank is the way to easily protect and organize your assets. With just a click or two, you'll have your important files set up just the way you want them, for easier access. Personal records and documents such as family finances and personal property, using an easy-to-use local database. Also includes tools for easy launch, printing and back-up. Simply organize and catalog:
$39.99
from
Enterprise Rails
What does it take to develop an enterprise application with Rails? Enterprise Rails introduces several time-tested software engineering principles to prepare you for the challenge of building a high-performance, scalable website with global reach. You'll learn how to design a solid architecture that ties the many parts of an enterprise website together, including the database, your servers and clients, and other services as well. Many Rails developers think that planning for scale is unnecessary. But there's nothing worse than an application that fails because it can't handle sudden success. Throughout this book, you'll work on an example enterprise project to learn first-hand what's involved in architecting serious web applications. With this book, you will: Tour an ideal enterprise systems layout: how Rails fits in, and which elements don't rely on Rails Learn to structure a Rails 2.0 application for complex websites Discover how plugins can support reusable code and improve application clarity Build a solid data model--a fortress--that protects your data from corruption Base an ActiveRecord model on a database view, and build support for multiple table inheritance Explore service-oriented architecture and web services with XML-RPC and REST See how caching can be a dependable way to improve performance Building for scale requires more work up front, but you'll have a flexible website that can be extended easily when your needs change. Enterprise Rails teaches you how to architect scalable Rails applications from the ground up.
$29.54
from
Java Data Objects
Java Data Objects revolutionizes the way Java developers interact with databases and other datastores. JDO allows you to store and retrieve objects in a way that's natural to Java programmers. Instead of working with JDBC or EJB's container-managed persistence, you work directly with your Java objects. You don't have to copy data to and from database tables or issue SELECTs to perform queries: your JDO implementation takes care of persistence behind-the-scenes, and you make queries based on the fields of your Java objects, using normal Java syntax. The result is software that is truly object-oriented: not code that is partially object-oriented, with a large database-shaped lump on the back end. JDO lets you save plain, ordinary Java objects, and does not force you to use different data models and types for dealing with storage. As a result, your code becomes easier to maintain, easier to re-use, and easier to test. And you're not tied to a specific database vendor: your JDO code is entirely database-independent. You don't even need to know whether the datastore is a relational database, an object database, or just a set of files. This book, written by the JDO Specification Lead and one of the key contributors to the JDO Specification, is the definitive work on the JDO API. It gives you a thorough introduction to JDO, starting with a simple application that demonstrates many of JDO's capabilities. It shows you how to make classes persistent, how JDO maps persistent classes to the database, how to configure JDO at runtime, how to perform transactions, and how to make queries. More advanced chapters cover optional features such as nontransactional access and optimistic transactions. The book concludes by discussing the use of JDO in web applications and J2EE environments. Whether you only want to read up on an interesting new technology, or are seriously considering an alternative to JDBC or EJB CMP, you'll find that this book is essential. It provides by far the most authoritative and complete coverage available.
$30.36
from
Getting Started with CouchDB
CouchDB is a new breed of database for the Internet, geared to meet the needs of today’s dynamic web applications. With this concise introduction, you’ll learn how CouchDB’s simple model for storing, processing, and accessing data makes it ideal for the type of data and rapid response users now demand from your applications—and how easy CouchDB is to set up, deploy, maintain, and scale. The code-packed examples in this book will help you learn how to work with documents, populate a simple database, replicate data from one database to another, and a host of other tasks.Install CouchDB on Linux, Mac OS X, Windows, or (if you must) from the source code Interact with data through CouchDB’s RESTful API, and use standard HTTP operations, such as PUT, GET, POST, and DELETE Use Futon—CouchDB’s web-based interface— to manage databases and documents, and to configure replications Learn how to create, update, and delete documents in JSON format, and how to create and delete databases Work with design documents to get the formatting and indexing your application requires
$23.04
from
Access 2007 Bible
"I recommend this book for anyone who wants a strong foundation in Access."—Jeff Lenamon, CIBC World MarketsUpdated edition with exciting new Access 2007 features!Harness the power of Access 2007 with the expert guidance in this comprehensive reference. Beginners will appreciate the thorough attention to database fundamentals and terminology. Experienced users can jump right into Access 2007 enhancements like the all-new user interface and wider use of XML and Web services. Each of the book's six parts thoroughly focuses on key elements in a logical sequence, so you have what you need, when you need it. Designed as both a reference and a tutorial, Access 2007 Bible is a powerful tool for developers needing to make the most of the new features in Access 2007.Build Access tables using good relational database techniquesConstruct efficient databases using a five-step design methodDesign efficient data-entry and data display formsUtilize the improved Access report designerUse Visual Basic(r) for Applications and the VBA Editor to automate applicationsBuild and customize Access 2007 ribbonsSeamlessly exchange Access data with SharePoint(r)Employ advanced techniques such as the Windows(r) API and object-oriented programmingAdd security and use data replication in your Access applicationsWhat's on the CD-ROM?Follow the examples in the book chapter by chapter using the bonus materials on the CD-ROM. You'll find separate Microsoft Access database files for each chapter and other working files, includingAll the examples and databases used in the book, including database files, images, data files in various formats, and icon files used in the book's examplesA complete sample application file, including queries, reports, objects, and modules, that you can use as a referenceSee the CD-ROM appendix for details and complete system requirements.Note: CD-ROM/DVD and other supplementary materials are not included as part of eBook file.
$31.49
from
Database Systems: Design, Implementation, and Management
Database Systems: Design, Implementation, and Management, Eighth Edition, a market-leader for database texts, gives readers a solid foundation in practical database design and implementation. The book provides in-depth coverage of database design, demonstrating that the key to successful database implementation is in proper design of databases to fit within a larger strategic view of the data environment. Updates for the eighth edition include additional Unified Modeling Language coverage, expanded coverage of SQL Server functions, all-new business intelligence coverage, and added coverage of data security. With a strong hands-on component that includes real-world examples and exercises, this book will help students develop database design skills that have valuable and meaningful application in the real world.
$54.00
from
Business Database Systems
Business Database Systems arms you with the knowledge to analyse, design and implement effective, robust and successful databases. This book is ideal for students of Business/Management Information Systems, or Computer Science, who will be expected to take a course in database systems for their degree programme. It is also excellently suited to any practitioner who needs to learn, or refresh their knowledge of, the essentials of database management systems.
$82.18
from
Modeling and Designing Accounting Systems: Using Access to Build a Database
Get the database skills that are in demandMore and more organizations are turning to database management systems to manage their accounting and other operational data. These organizations are looking for accountants with database skills and a good understanding of information technology.With Chang and Ingraham's Data Modeling and Database Design: Using Access to Build a Database you can develop the skills needed to build an actual accounting information system. Taking an approach that is both conceptual and practical, this book will help you understand the theory of data modeling, as well as its application and ultimate implementation in database design.Key Features:* Step-by-step detailed instructions show how to model and design three essential processes of an accounting information system: the sales/collection process, the acquisition/payment process, and the human resources/payroll process.* Presents data modeling from an REA (resource-event-agent) perspective.* The approach is software-independent, but utilizes Microsoft Access 2003 to implement the data models throughout the text.* Multiple-choice and detailed problems at the end of each chapter reinforce learning.* Includes a CD-ROM containing the additional data and forms you will need to complete each chapter.
$9.95
from
Concepts of Database Management (Sam 2007 Compatible Products)
This concise yet comprehensive introduction to fundamental database concepts is an indispensable resource to develop your knowledge of database management concepts. Now in its sixth edition, Concepts of Database Management maintains the focus on real-world cases that made previous editions so effective addressing the most current database issues faced today such as database design, data integrity, concurrent updates, and data security. Special features include detailed coverage of the relational model (including Query-By-Example (QBE) and SQL), normalization and views, database design, database administration and management, and more. This book's advanced topics include distributed databases, data warehouses, stored procedures, and triggers fostering an in-depth understanding of database management that will prepare users for success in their fields.
$18.98
from
Database Systems: Design, Implementation, and Management (with Premium Web Site Printed Access Card)
DATABASE SYSTEMS: DESIGN, IMPLEMENTATION, AND MANAGEMENT, NINTH EDITION, a market-leader for database texts, gives readers a solid foundation in practical database design and implementation. The book provides in-depth coverage of database design, demonstrating that the key to successful database implementation is in proper design of databases to fit within a larger strategic view of the data environment. -Updated coverage of data models. -Improved coverage of normalization with a data modeling checklist. -Enhanced coverage of of database design and life cycle. -New review questions, problem sets, and cases throughout the book. With a strong hands-on component that includes real-world examples and exercises, this book will help students develop database design skills that have valuable and meaningful application in the real world.