|
|
|
|
|
Total Hits: 100 | Today: 0 |
Author: Jesudas Chinnathampi (Das)
|
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....
|
|
|
|
Total Hits: 819 | Today: 0 |
|
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....
|
|
|
|
Total Hits: 510 | Today: 0 |
|
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....
|
|
|
|
Total Hits: 887 | Today: 0 |
Author: Glenn Barres
|
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...
|
|
|
|
Total Hits: 2677 | Today: 0 |
|
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....
|
|
|
|
Total Hits: 2894 | Today: 0 |
|
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....
|
|
|
|
Total Hits: 1033 | Today: 0 |
Author: Thiru Thangarathinam
|
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.......
|
|
|
|
Total Hits: 2611 | Today: 0 |
|
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....
|
|
|
|
Total Hits: 1859 | Today: 0 |
|
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....
|
|
|
|
Total Hits: 284 | Today: 0 |
Author: Yashwant Shukla.
|
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....
|
|
|
|
Total Hits: 128 | Today: 0 |
Author: Todorov
|
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...
|
|
|
|
Total Hits: 258 | Today: 0 |
Author: Gayathri Gokul
|
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:
|
|

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....
|
|
|
|
Total Hits: 758 | Today: 0 |
Author: liquidrage.com
|
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,...
|
|
|
|
Total Hits: 672 | Today: 0 |
Author: ASPFree
|
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. ...
|
|
|
|
Total Hits: 1873 | Today: 0 |
|
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....
|
|
|
|
Total Hits: 574 | Today: 0 |
Author: Annette Tennison
|
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:
|
|

Permits using DB_Sql format (PHPLIB) in ASP language...
|
|
|
|
Total Hits: 420 | Today: 0 |
|
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....
|
|
|
|
Total Hits: 634 | Today: 0 |
|
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....
|
|
|
|
|
|
|