Articles   Dev Forums   Personalize   Favorites   Member Login   ASP Hosting      Active Users:  135
DevASP - ASP and XML Articles, Samples, Toturials, Sample Chapters and resources for Developers Wednesday, May 14, 2008
Home
Articles & Samples
ASP Hosting
Dev Search
Dev Forum
Add Your Articles
Add a Listing
Sample Chapters
Directory Feed
Link to US
Contact

Search Directory
Applications
Articles & Samples
Components
Community
Database
Developer Sites
Downloads
Hosting Services
Introduction
Knowledge Base
Sample Chapters
WebCasts

Trusted by over 7 million customers!
ASP Directory
Applications
Articles & Samples
Components
Developer Sites
Knowledge Base
Sample Chapters
WebCasts
XML Directory
Applications
Articles & Samples
Developer Sites
Error, Bugs & Fixes
Downloads
Introduction
Knowledge Base
Sample Chapters
WebCasts

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Database > Data Management
Search
DevASP

What's New
What's Hot

Inserting Images to SqlServer in ASP .NET       
Total Hits: 100  |  Today: 0 Author: Jesudas Chinnathampi (Das)       Rating:  
Read Reviews | Write Review |              Your Rating: 

There will be many occassion, in which we will be urged to store images in the Database. In some applications we may have some sensitive information which cannot be stored in a file system, since if anything is in the file system, then it may be very easy for the users to hack the pictures/images....

SQL Database Creator        
Total Hits: 819  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

This script is for creating SQL Server Databases online and remotely through a web browser. A unique User Login is created together with the new database and added to that database's login on SQL Server. A feature that should always be used to tighten security as most as possible on SQL Server....

Database Converter       
Total Hits: 510  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

This script converts a complete Access database to a SQL Server database or reverse. Options are provided for converting the struture only, or structure and values....

Add Records, Simple and Fast       
Total Hits: 887  |  Today: 0 Author: Glenn Barres       Rating:  
Read Reviews | Write Review |              Your Rating: 

The basis and structure of this code can also be used for many things. The main object we will be working with is a collection object...

Using Multiple Recordsets       
Total Hits: 2677  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Multiple Recordsets - the ability to stuff multiple SQL query results into one Recordset - is an ADO feature that's few developers are aware of. In this article, we are going to take a look on what a Mutliple Recordset is, exactly, and how it can make your development life easier (and your code more efficient). But before we start examining Multiple Recordsets, let's look at a common task in ASP and how it is handled without using Multiple Recordsets....

A db grid control using ASP       
Total Hits: 2894  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

A grid control for ASP written in JavaScript to display recordsets. A grid control for editing databases on the web. It is written for ASP with JavaScript, but should be fully usable from VBScript as well. With just a few lines of code, you will, with this control, be able to edit your data....

Creating Efficient Mail Processing Systems - Part 2       
Total Hits: 1033  |  Today: 0 Author: Thiru Thangarathinam       Rating:  
Read Reviews | Write Review |              Your Rating: 

Part two of this article begins with an understanding of how to use transaction services provided by component services, but first let's look at the component services in Windows 2000. Component services in Windows 2000 have a wealth of enterprise functionality that provides all the plumbing required for creating distributed, Web-enabled applications. Although COM+ Services were originally designed for use with COM components.......

Sorting and filtering of recordset Values in ASP       
Total Hits: 2611  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Sometimes we require the values fetched from database to be customized and sorted. While the customisation can be done in the sql statement itself , it is less flexible since for changing the type of customization we have to go and change the sql. ADO provides two methods SORT AND FILTER , for customizing and sorting the records fetched from database. The following piece of code demonstrates the above concept by using SORT and FILTER Method of recordset....

Filtering and Sorting of Records in a Database       
Total Hits: 1859  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Learn how to search and sort the records through the database. Step by step tutorial with Sample code and database available for download. Online demo also available....

Exporting Data from SQL to Access in Mdb File       
Total Hits: 284  |  Today: 0 Author: Yashwant Shukla.       Rating:  
Read Reviews | Write Review |              Your Rating: 

I was working on a Web Application in which client requested to keep backup of the Application DataBase in the Form of Access data in a MDB file for that i tried DTS package but the Database Server for application was kept on remote server where the host was not ready to provide rights to create DTS Package. so this particular code snippet was created....

How to use GetRows ADO RecordSet method in       
Total Hits: 128  |  Today: 0 Author: Todorov       Rating:  
Read Reviews | Write Review |              Your Rating: 

RecordSet.GetRows method, the best way to retrieve data with ADO! GetRows, does this sound familiar? If not, then it’s time to learn how to retrieve/manipulate your data more efficiently with ADO.The ultimate goal of the software development is to produce efficient, easy to maintain and highly scalable applications. An application can be called scalable if it has the ability to serve a large number of concurrent users without incurring a performance penalty.One of the most common tasks in progra...

XML Integration with ADO       
Total Hits: 258  |  Today: 0 Author: Gayathri Gokul       Rating:  
Read Reviews | Write Review |              Your Rating: 

In a previous article we looked at XML integrating with ADO and IE and some of the nice features that allow us to access a recordset as an XML document. In today’s tutorial we will be covering multiple levels of hierarchical XML data,illustrating some complex XML data binding examples and enumerating how to persist ADO recordsets to XML files as well as streams. We also discuss a much easier way of persisting ADO recordsets to response objects....

121 WAM!   Version: 1.0       Price: $99.00 / Free Trial   
Total Hits: 335  |  Today: 0 Author: 121 Software       Rating:  
Read Reviews | Write Review |              Your Rating: 

The first FTP client that can transfer databases. With 121 WAM! you can drag and drop database tables from one Microsoft Access, SQL Server, MySQL or ODBC database into another over the Internet. Additional features include advanced file and data synchronization options, FTP support, and more, making 121 WAM! the ideal choice for maintaining database-driven web sites....

Updating data in a database       
Total Hits: 758  |  Today: 0 Author: liquidrage.com       Rating:  
Read Reviews | Write Review |              Your Rating: 

Updating data is even easier than displaying it since all you need to do change the data, you don't have to display anything. The connection to the database remains the same, the difference is in the SQL statement you execute,...

Populating a dropdown box       
Total Hits: 672  |  Today: 0 Author: ASPFree       Rating:  
Read Reviews | Write Review |              Your Rating: 

This is good example for you if you want to populate a dropdown box from a database table to an ASP page. You can also download demo code.
...

Populate Form from Database       
Total Hits: 1873  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Anytime you have a user login application on the web, you need to be able to give the user the ability to update their profile. One way to do this is with a form that populates itself with the users information which is stored in a database....

Real-Time Data Grid Part 1/2       
Total Hits: 574  |  Today: 0 Author: Annette Tennison       Rating:  
Read Reviews | Write Review |              Your Rating: 

In part one of this two-part article Annette, show us how to create an ASP class that allows us to work with our databases through a web browser. It will allow us to update and delete records dynamically using JavaScript and XMLHTTP, without ever having to refresh the page....

ASPDB_SQL   Version: 1.0       Price: Free / Free Trial   
Total Hits: 324  |  Today: 0 Author: RFK Solutions       Rating:  
Read Reviews | Write Review |              Your Rating: 

Permits using DB_Sql format (PHPLIB) in ASP language...

Data Interoperability (Combining data from disparate sources using XML)       
Total Hits: 420  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Life would be easy if all data existed in one form and could be stored using one technology – but important data resides in a variety of forms, and our applications need to be able to access and manipulate it in useful and meaningful ways. With the trend toward networked applications, we have the burden of needing to be able to exchange data simply and without losing its integrity or utility. In this article I''ll describe a method for combining data from disparate sources using XML....

Managing Data Integrity       
Total Hits: 634  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

In this article, You will look at some things that can go wrong with data integrity and concurrent access to data. You will also learn about the issues that a database server has to contend with, which should make it easier for you to make two important decisions: which database server to use and what you can do to make the best of your choice....


1  2  Next >> 


DevASP - Privacy - Disclaimer
Copyright © 2008 DevASP.com