Showing posts with label Database. Show all posts
Showing posts with label Database. Show all posts

Sunday, December 16, 2007

SQL Server 2005 Express Edition Starter Kit (with source code)


This book focuses on using SQL Server 2005 Express Edition (SSE) to design and build your desktop and web applications. In addition to the tools supplied with SSE, Visual Basic Express 2005 and Web Express 2005 are used to for application development. The features that are unique to SSE such as Xcopy, User Instances, and deployment are also covered in detail. The Microsoft SQL Server Books Online focuses primarily on other editions of SQL Server, and the details specific to its free edition is often lost. You can use this book not only to jump start your database application development, but also as a reference on SSE features.

Download

Mastering phpMyAdmin 2.8 for Effective MySQL Management


This book is a short guide, suitable for everyone, that teaches you how to structure data and set-up your MySQL database tables efficiently and easily.

phpMyAdmin Providing a powerful graphical interface for managing MySQL, phpMyAdmin is one of the most popular open source applications. While most MySQL developers use routine features of phpMyAdmin every day, few are aware of the power and potential of its advanced features. This book builds a solid understanding of the core capabilities of phpMyAdmin before walking you through every facet of this legendary tool.

Download

Friday, November 23, 2007

MySQL Reference Manual


This highly regarded and comprehensive reference manual comes directly from the members of the MySQL team. The book covers issues at all stages in MySQL use, from installation problems through performance tuning. Included are suggested uses of privileges to enhance security, many performance tips, and a sophisticated guide to error recovery. It also offers a thorough comparison of MySQL with SQL standards and other databases. No serious MySQL user should be without this book.MySQL is the most popular SQL database in the open source community and is used almost universally by web sites running on open source systems. As powerful and flexible as it is lightweight and efficient, MySQL packs a large feature set into a very small and fast engine that now runs on more than 500,000 servers. This renowned online manual that has supported MySQL administrators and database developers for years is now available in paperback format. This book is an exact reproduction of the MySQL Reference Manual from the MySQL development team's Web site, minus some non-technical appendices. This version covers MySQL 4.0.

Link : http://rapidshare.com/files/70326093/msrefman.rar
Password : ganelon

Thursday, November 1, 2007

Beginning PL/SQL: From Novice to Professional

Get started with PL/SQL, the built-in language that every Oracle developer and database administrator must know, in Beginning PL/SQL, a fast-paced and example-filled tutorial. Learn from author Don Bales' extensive experience to discover the most commonly used aspects of PL/SQL without wasting time with obscure and obsolete features.

Author Don Bales takes his 20+ years of experience and a wealth of statistics he's gathered on PL/SQL usage over those years and applies the 80/20 rule -- cover what's most needed and used by PL/SQL professionals and avoid what's not necessary! The result is a book that covers all the key features of PL/SQL without wasting your time discussing esoteric and obsolete parts of the language. Learn what really matters, so that you can get to work feeling confident with what you know about PL/SQL.

Link : http://rapidshare.com/files/66281814/Beginning_PLSQL_From_Novice_to_Professional.rar
Password:www.softarchive.net

SQL Server 2000 Administration (McGraw-Hill Technical Expert)



Link :http://rapidshare.com/files/64282018/SQL.Server.2000.Administration-0072126183.pdf

MySQL And Java Developer's Guide

Whatever the situation, interfacing an application to a database is one of the most fundamental tasks a developer is required to perform. This book is designed for developers who either have a pressing task ahead of them or who are curious about how to read database information into their application.

The primary goal of this book is to provide a comprehensive approach to writing code from a Java application to a MySQL database using the industry standard: JDBC. As you will see later in this Introduction, the chapter titles indicate what area of database connectivity and manipulation they cover. The chapters are ordered to reflect the JDBC specification, but we aren’t here to simply describe the specification.

Link :http://rapidshare.com/files/63917401/mysqlnjavadevgui.rar

Thursday, October 25, 2007

UML for Database Design (The Addison-Wesley Object Technology Series)



The Unified Modeling Language (UML), the standard graphical notation for modeling business and software application needs, has emerged as an effective modeling tool for database design. When used as a common modeling language for the many facets of system development, the UML can serve as a unifying framework that facilitates the integration of database models with the rest of a system design.
This pragmatic guide introduces you to the UML and leads you through the process of UML-based database modeling and design. The book presents the different types of UML diagrams, explaining how they apply to the database world, and shows how data modeling with the UML can be tied into the Rational Unified Process.

Link : http://rapidshare.com/files/64690742/UML_for_Database_Design.rar
Password : www.softarchive.net

Tuesday, October 23, 2007

Agent Intelligence Through Data Mining



Knowledge, hidden in voluminous data repositories routinely created and maintained by today’s applications, can be extracted by data mining. The next step is to transform this discovered knowledge into the inference mechanisms or simply the behavior of agents and multi-agent systems. Agent Intelligence Through Data Mining addresses this issue, as well as the arguable challenge of generating intelligence from data while transferring it to a separate, possibly autonomous, software entity. This book contains a methodology, tools and techniques, and several examples of agent-based applications developed with this approach. This volume focuses mainly on the use of data mining for smarter, more efficient agents.
Agent Intelligence Through Data Mining is designed for a professional audience of researchers and practitioners in industry. This book is also suitable for graduate-level students in computer science.

Wednesday, October 10, 2007

MySQL: Building User Interfaces



ISBN: 073571049X

MySQL: Designing User Interfaces starts by introducing the functionality of GTK and how to migrate from Microsoft's Visual Basic. It then introduces MySQL as a simple, fast, reliable database for corporate applications.
The book then flows into the how-to of combining GTK and MySQL through the coverage of the C API for MySQL because it is the "backend" to a GTK application. It then expands its coverage and teaches about heterogeneous network and deployment issues, as well as migration from existing systems to MySQL.