Source Code Online Home Categories Top Code New Code Submit Code
Search
New Code
Write text to a file in ASP
Writing ISQL_w in ASP
Working with ASP & MS Access
Working with Databases and International Date Formats
Why can't I access a database or text file on another server?
Why does RecordCount return as -1?
What is wrong with 'SELECT *'?
What should my connection string look like?
When should I use CreateObject to create my recordset objects?
Which is better, rs(0) or rs("column_name")?
Web Database Sample
Want to Search with ASP and SQL?
Ways to get Alphabetical Paging for your ASP scripts
View all records in a database table
Viewing and Printing Access Reports with ASP and VisualBasic
Top Code
@@IDENTITY crisis
A Beginner's Guide to Data Access Using ADO and ASP
A Component to List the System DSNs on a Web Server
A Generic GetRows VBScript Class - Part II: Adding Update and AddNew functions
A Nifty Table Searching Script
A Nifty Way to Create Connection Strings
A to Z of Stored Procedures for ASP and VB Programmers
A Very Generic Database Insertion ASP Page
About Stored Procedures
Access Article Db
Access Databases(DSN vs DSN-LESS)
Access To HTML
Accessing Microsoft Access databases in ASP using ADO
Add Records using an SQL statement
Add Records using Stored Procedures
ASP > Tips and Tutorials > Database Management
Source List
All | Freeware

Code 31-40 of 337   Pages: Go to  << Prior  1  2  3  4  5  6  7  8  9  10  11  12  ...  34  Next >>  page  


Using the Site Server Search Facility to Search Custom Meta Tags is a web based tutorial which teaches the users on searching the meta tag in the users website. Here author describes about restricting searches, searching custom meta tags and retrievi



At the end of this online article the developers can learn more about the importance of a DSN Less connection to a MS Access database. The author highlights the main benefit as its fastness in execution than the System DSN's. This is proved by the au



This is an useful and helpful database tutorial for the users which helps the users to know about how to develop a search tool on the database to search and retrieve targeted data using filters. This article also shows what are the similarities and d



The author in this article briefs about integrating ASP with SQL database. He also adds that these SQL databases help the owners of the sites to update their web site by adding or removing and modify more things easily. Further the author explains ab



Through this online article the developers can learn about how to make use of Active Server Pages while connecting to an access database. The author enlists the steps to be followed while connecting to an access database. The sample source code is do



At the end of this article the developers might be thorough about developing recordsets on their own. The author explains about the building process of custom recordsets. The main highlight of this article is to find the number of online visitors and



The main objective of this online tutorial is to show the webmasters how to build hierarchical recordsets with the help of data shaping. The main intention of using this data shaping is to spend less server memory. The author explains the entire proc



When the users have to work for longer time with the same Recordset, it wouldn't be ideal for them to keep the connection open, apart from security reasons it also increases the bandwidth, disconnected recordsets will be ideal for such cases. Advanta



This online tutorial states about the usage of UCASE and LCASE. Usually all the database records have upper and lower case letters. But at the time of password security it ends in confusion to which the author through this presentation come with a re



The author tells the simple procedures to be followed to generate an HTML table which would be ready for paging and sorting. The values from one column could be linked with another page is the main advantage. The entire sample source code is ready fo