|
|
Articles related to "Database Programming"
Tinderbox and DEVONthink This article will give a brief overview of two content management programs available for Macintosh computers: Eastgate's Tinderbox and DEVONtechnologies' DEVONthink Pro. tinderbox • devonthink • eastgate • devontechnologies • apple
Using a MySQL Database with C++ C++ and MySQL are both very powerful, but when combined they can make a killer application. c++ programming • mysql database • stored procedures • stored functions • c++ code
Creating a MySQL Database for a PHP Application When a new PHP application is installed it will probably need access to a MySQL database - a database that can be automatically created by the PHP application itself. php application programming • mysql database programming • create mysql database • create mysql user • create mysql table
How to Add Records to MySQL With C# As well as viewing data in a MySQL database, a C# programmer can add information by using the SQL insert statement and the MySQL .NET connector database programming • c# application programming • developing c# database application • sql insert • update mysql database
How to Create a Self Registering Base Database With the release of OpenOffice.org 3.1 the programmer can do something important. They can add a macro to a database and they can run it automatically. database programming • add macro to base • automatically running a macro • register an openoffice database • openoffice.org automation
How to Create OpenOffice.org Database Macros Release 3.1 of OpenOffice.org gives programmers a new facility - the ability to save macros as part of a database file. database programming • alternative to microsoft access • openoffice base macro • automating database openoffice • ooo openoffice basic ooob
How to Use Business Rules in a MySQL Database Business rules are incredibly important to every organisation. They can be made application independent by placing them in a MySQL database. mysql stored function • mysql stored procedure • database programming • business rules • two-tier application
Microsoft Access Stored Queries and VBscript A programmer does not actually have to open a Microsoft Access database in order to create or modify a stored query - that can be done by using VBScript adodb recordset connection command • adox catalog • microsoft jet engine • microsoft access stored query • vbscript script programming
MySQL Stored Procedures and Triggers MySQL stored procedures and triggers are a powerful tool in the hands of a database developer. This articles looks at how to use them to automate tasks on a database. mysql stored procedures • mysql triggers • automating mysql databases • database programming • stored procedures and triggers
Programming Inner and Outer Joins in a Query SQL queries can extract data from single or multiple tables. How that data is extracts greatly affects what the programmer can obtains - and it all comes down to the join sql inner outer join • sql outer left right join • database application programming • microsoft access database programming • visual basic vbscript script programming
SQL Server Transact-SQL Primer SQL programming is at the heart of today's Web 2.0 applications. Learn the basic 4 commands SELECT, UPDATE, INSERT and DELETE. transact-sql • sql server 2005 • database programming • learn sql • sql primer
Working with Records and Fields in VBScript VBScript (the scripting language for Visual Basic) can make the processing of records and fields in a recordset very easy for the database programmer. visual basic scripting vbscript • microsoft access • database programming • recordset record field • running sql query
Computers And Information Sharing The ability to understand and use computer programs is essential to your professional growth. computers • microsoft • corel • access • excel
Connect MySQL and OpenOffice.org BASE Article provides a quick tutorial on how to connect MySQL and BASE from OpenOffice.org on a MS Windows computer with the MySQL Connector/J for Java Database Connectivity. connect mysql and base • using jdbc on windows • installing jdbc on windows • mysql connector/j • open source database
How to Create a Database using BASE This article is a short tutorial on How to Create a Database using OpenOffice.org BASE. In this tutorial the user can create a database shell in OpenOffice.org BASE. what are databases • types of databases • why use openoffice.org base • how to create a database using base • create database
Introduction to SQL: Getting Started Structured query language (SQL) is used to create databases, and retrieve and manipulate data. It is the standard query language for relational database management system database.sql • data • query • programming • rdbms
Programming a User Interface in MSAccess 2007 The user interface may contain many object types (text boxes, labels, etc.). Interaction is achieved when objects respond to user events, which then activate programs. visual basic for applications • vba program • microsoft access 2007 • vba programming • microsoft office 2007 products
Creating MS Access Relationships A database design begins with identifying entities from business data. Tables are designed following conventions, and linked. Only then are tables populated with data. ms office 2007 • ms access 2007 relationships • design and link tables • referential integrity • populate data in tables
How to Use BookCollector to Catalog Books Whether cataloging a book collection for insurance or to simply be better organised at home or the office, BookCollector is an ideal book collection database solution. how to use bookcollector • catalogue books • organise a home or office book collection • database software • cataloguing a book collection for insurance
Information Technology Computer Degree Choices Information technology is evolving and employers seek graduates who specialized in computer technology degrees and certificates to meet real world applications. infomation technology degrees • computer science degrees • it degrees • specialized it degrees • game development degrees
Introduction to SQL: SELECT, FROM, WHERE & More SQL is a query language used with relational databases. INSERT, UPDATE and DELETE manipulate tables while SELECT, FROM and WHERE are useful commands for returning data. database • select • from • where • sql
MYSQL Custom Field Sorting Revisited At times in MYSQL an unnatural sort is required. This article presents an easy to maintain set of tables where sorting a table in any order can be easily defined. mysql custom sorting • custom sorting • mysql • sql • mysql sorting
RDBMS - An Introduction All software development is about managing data and most of the times the software we develop has to be stored in a repository. This repository is, more often than not, a database.There are three typical implementation models of databases: hierarchical, network, and relational. Relational database systems (RDBMS) are those where data is presented as a collection of relations. dbms • rdbms • tables • relation • tuples
BusinessCards 98 v5.0 Reviewing the options for tracking your contacts. shareware • software • download • downloadable • program
Free PDF Creation Software Just about anyone who has spent any amount of time on the computer or surfing the web has come across a PDF file. PDF documents are convenient, secure and portable. pdf creator for free • convert files to pdf for free • convert word documents to pdf • modify pdf files • free ocr software
How to Choose the Right Database Hosting Service Dynamic websites require a database hosting service. Decide if Microsoft SQL Server or MS Access is the right solution for your website. database hosting service • microsoft sql server hosting • ms access • microsoft access • sql server hosting
How to Keep Track of Your Customers Using databases to carry out targeted marketing databases • marketing • small business
Ink Link Software Simplifies Submission Tracking Review of Ink-Link submission-tracking software ink-link • submission tracking • software • writing • review
Small Business Software Tools The right software and technology can make all the difference when managing a small business. small business software • computer programs • microsoft office suite • accounting sofware • word processing
Writer vs Word Writer vs. Word, which one will you use? Two different word processing systems that produce the same end result, one is free, the other is not. computer software • microsoft office • computer training • microsoft office 2003 • online computer courses
An Introduction to Business Rules Programming Business rules are representations of the practices and process built ( and often evolved) within an organisation.Added to applications they benefit everyone business rules • best practice • rebol domains • mysql stored procedure function • organisation department process
Creating and Customizing OpenOffice.org Dialogs Application dialogs tend very simple and uninspiring. However, that's not true of OpenOffice.org. An OpenOffice.org dialog is fully customizable and very flexible. openoffice.org basic application development • basic ide integrated design environment • customize dialog • dialog components program • user interface
From Documentation to Information Science What is this mysterious field called 'Information Science?' This article dispels the myths by introducing key pioneers which formed this inter-discipline. information science • library science • ranganathan • peter morville • vannevar bush
How to Use a MySQL Database in a Perl Program A MySQL database will always form a suitable backend for any application, and the Perl programmer will find that this can be achieved very easily. perl tutorial • perl examples • perl application development • perl mysql • perl run database query
HTML: Chapter 3 (a.k.a., And All The Rest) By popular demand: The end of the HTML Tutorials! Features links to sites covering DHTML, java scripting, forms and much more. content • content editing • online media • internet • web
Install SQL Server 2005 Express Ready to start programming SQL Server 2005? Here is a concise walk-through of the steps for obtaining and installing all the necessary software. sql server 2005 express edition • sql server management studio express • sql server 2005 • sql programming • learning sql
Track a Reading List and Favourite Books Online Meet other book lovers and share book chat online at these book club websites with reader reviews, book ratings, personal book collection lists and book recommendations. library thing • good reads • book army • online book cataloging • book club websites
Transact-SQL Primer: Inner Join A basic SQL concept that should be mastered is that of "joins." Joins allow for the display of data from different tables to be combined with specific relationships. sql inner join • inner join • sql joins • sql data in different tables • transact-sql
Using Macros in MS Office 2007 Macros are available across the full range of MS Office 2007 products. Described are ease of learning, writing and running macros, and security risks. microsoft office 2007 macros • ms office 2007products • ms access word excel project visio • record a series of actions • write a macro to achieve a task
Cool Email Programs (Part 3 of 3) The last of the series about shareware email programs! shareware • email • e-mail • program • client
Create a Javascript Menu This tutorial shows just how easy it is to develop a menu for a web page - all though the power of Javascript. dynamic web page • javascript menu how to • dynamic html • what is dhtml • javascript style sheets
Dealing with Database - Writing Reports This article discusses the use of reports within databases and the preferred method of writing them - based on queries.
Organize Your Recipes (& Three Breakfast Breads) Quick way to organize your recipes and three quick breakfast breads. biscuits • organize • muffins
Upgrading Your Skills with Distance Education If you feel that you are not adequately equipped to perform all of the duties of a home based employee, why not take advantage of the educational resources available to you online? virtual education • work at home • upgrading • ged • education
Using Batch Files to Create MySQL Databases A batch file provides an historical record when creating MySQL databases and the objects in them (tables, views and stored procedures) mysql stored procedures • batch file • run sql • mysql database • create database
What is Web 3.0? What is Web 3.0? What is the difference between Web 2.0 and Web 3.0, or the Semantic Web? This article will examine the confusion surrounding Web 3.0. semantic web • web 3.0 • web 2.0 • twine • xml
Marketing - Five: Maintaining records Market Your Writing - Maintaining records marketing • writing • recordkeeping • joanne reid • publishing
Finding Publishers and Tracking Them Using the LMP or WM to find publishers and tracking clients once you find them. indexer • indexing • indexes • index • publishers
Personal Computers, the Internet, and Stamp Collecting A general overview of how personal computers and the Internet are making stamp collecting easier and better. |
A |
B |
C |
D |
E |
F |
G |
H |
I |
J |
K |
L |
M |
N |
O |
P |
Q |
R |
S |
T |
U |
V |
W |
X |
Y |
Z |
0-9 |
|
|
|
|
|
|
|
|