Visual FoxPro ShowVisual FoxPro
Visual FoxPro (VFP) is a very powerful tool marketed by Microsoft since 1995. It includes a programming language, an engine for relational database and an integrated development environment (IDE), which allows developers...
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...
Backup/Restore Mysql database ShowBackup/Restore Mysql database
Backup
Restore your database
Note
A simple approach on how to backup and restore MySQL databases.
Backup
To save an existing database it is recommended that you create a dump.
To dump all...
Download Advanced SQL Server 2000 HTML Docs Gen ShowAdvanced SQL Server 2000 HTML Docs Gen automatically generates document in HTML and CSS formats for Microsoft SQL Server 2000 databases.
The application manages: tables, stored procedures, triggers and functions which have been defined by the...
Client/Server Environment ShowIntroduction to Client/Server Architecture
Numerous applications run in a client/server environment, this means that client computers
(computers forming part of the network) contact a server, generally a
very powerful computer in terms of...