The main objective of this online tutorial is to prove that by configuring a DSN Less connection is the best way to access database from ASP or VB. The author proves this by showing the task of a DSN Less connection to connect with an Access...
If you often find yourself in the situation when you need to accurately shift the database type from one to another, then you know that it can't be done by simple copy-and-paste operations. To forget about difficulties associated with database...
DBSync for Oracle and Access is a database synchronization tool which performs two-way conversion and synchronization from Oracle databases to Access and from Access to Oracle. The tool is also applicable for Access database replication to another...
Custom ASP Access Database Scripts is a multi-platform compatible script that allows you to generate customised database scripts. Each record owner choses his own password to have edit/delete access to his record. Search results are presented in...
Integrating Flash with an Access Database is an ASP tutorial in which author discusses about integrating flash into an Access database. Here author describes about flash movie which manipulates the ASP pages which query the database. To connect...
MySQL to TXT for Excel is a tool for database used for formatting the MySQL forms into Excel outputs. Supports only local file system. This script is comprised with error control features for directories, database selecting and selecting table.
This tutorial guides the users in a friendly way making connections with database server and also it helps them to make permissions to access database using System DSN's. This article gives briefly definitions for each topic like how permissions...
HOW TO: Use Database and ASP Sessions to Implement ASP Security is an ASP article which describes in a step by step method that have to be adapted for implementing the security system for their ASP applications and how to store the visitors...
Restricted Access - database authentication is better because rather than restricting access by an IP address it uses a user name and password. The client is asked for a user name and a password and if they are verified, the page text is displayed...
This easy to learn tutorial explains users about how to add the data into the Access database table using the BeginTrans CommitTrans and RollbackTrans methods of ADODB.Connection object. Users can use the SQL query given in this tutorial for their...
SQLServlet is a database tool that uses HTML forms to access database. The connection between database and application are kept alive by this servlet. HTML tables are dynamically generated by this servlet using the result set. The values in the...
Creating and Saving Images to a Database in ASP.NET is an ASP.NET tutorial which guides you in storing the images on a database and displays it on the screen. In this tutorial the author defines 3 functions which helps you to store images on the...
Learn how to use the Unified ODBC extension for PHP with Apache 2. This article shows you how to Write database applications using the Unified ODBC extension. The Unified ODBC extension for PHP offers a common interface for developing PHP...
File Uploading to Server Hard Disk using ASP.NET is an online article covering topics related to file uploadings. You will be able to gain knowledge on the procedures for transfering your files from the client side to the server side through a...
Use a Java applet to access remote Web services is an easy to learn tutorial in which the programmers can gather information about the process of accessing web services with the help of java applet. This article describes about the method of...
Oracle driver for dbExpress is lightweight database driver which providesfast and high performance access to Oracle database server. Using DBExpOdadriver is the very same as one of standard dbExpress drivers supplied byBorland. It can work using...