Databases - Using forms ShowUsing forms
In order to use databases, the user must be provided with an interface that allows him or her to view data based on certain criteria. There is a tool for this: forms. A form is an interface with components for displaying, entering, or...
Database administrator ShowDatabase administrator
A database administrator (or DBA for short) is in charge of maintaining and operating the databases which form a company's information system. Skills
Given the critical nature of the data he/she is in charge of, the...
Database Replication ShowIntroduction to Replication
Replication consists in ensuring data availability by synchronising copies of a data source on different servers.
Replication is mainly used for database management systems that manage thousands or even millions of...
Connect a database (MDB) to excel Show[VBA] Connecting a database (MDB) to excel
Below is a tips of how to connect an Access database (MDB) in an application excel
Add reference
Microsoft DAO object librairy X.X
In a general module (eg Module1) paste the code below...
Automatic backup of a Database in SQL EXPRESS 2005 ShowAutomatic backup of a Database in SQL EXPRESS 2005
If you want to automate a backup of a database in SQL Server Express, there is a simple solution using a .bat. file.
Create a new text file. This file should contain the following...
ASP.NET using C# - How to Connect/Retrieve in database to web a ShowASP.NET using C# - How to Connect/Retrieve in database to web application
Issue
Solution
Note
Issue
I am doing my project work, I have one problem
My project doing in asp.net but I don't know how to connect the database in asp.net...
Download Database Editor ShowThe database management is a complex task, for the experimented users in general. For a specific task, specific tools are needed.
Database editor is a tool allowing fast and easy access to any sorts of database. It will help database developers and...
DBMS models ShowThe various database models
Databases appeared in the late 1960s, at a time when the need for a flexible information management system had arisen. There are five models of DBMS, which are distinguished based on how they represent the data...
ODBC ShowWhat is ODBC?
ODBC stands for Open Database Connectivity. This is a Microsoft-defined format for communicating between Windows database clients and consumer DBMSs. The ODBC managier can be found in Windows 3.1 and 9x. In Windows 95 and 98, it is...
Data levels ShowANSI/SPARC levels
The ANSI/SPARC architecture, which dates from 1975, defines abstraction levels for a database management system:
Internal (or physical) level: defines how data is stored, and how it is accessed.
Conceptual level: also called the...