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?
When should I use CreateObject to create my recordset objects?
Which is better, rs(0) or rs("column_name")?
What is wrong with 'SELECT *'?
What should my connection string look like?
Web Database Sample
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
Viewing records one page at a time with ASP
Top Code
Retrieving Data from a Database
Databases: SQL Connection
An Easy Way To Delete A Record
Display results from your database in multiple columns
Add Records using Stored Procedures
Displaying Images that Reside in a Database
Case Study: Storing, Querying, and Analyzing Performance
Inserting data into a database
Inserting the contents of a two-dimensional array into a database
Get the Autonumber
MagicGrid
Multiple selectbox in classic asp
Working with Databases and International Date Formats
Dropdowns From a Database
DSN-less Applications
ASP > Tips and Tutorials > Database Management
Source List
All | Freeware

Code 161-180 of 321   Pages: Go to  << Prior  1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  Next >>  page  


In this online tutorial the learners could find the issues while paging with the help of a recordset. The author comes with more solutions to overcome this sort of issues. The author gives ten techniques explaining each one with an example and...





The main objective of this online article is to teach the developers about populating a dropdown list. The author explains this process and tells the developers to open a recordset initially and retrive the content of one record at a time. The...



This online tutorial is all about connecting the SQL server with ASP. The author narrates the linking process of SQL Server in an ASP Script. The author uses ActiveX Data Objects for this connection process. The connection pooling feature of ODBC...



At the end of this article the developers can learn the art of linking to an Access Database with a DSN Less connection. The simple souce code helps the webmasters to understand easily. The author explains this concept in a very easy manner with...



The main objective of this online article is to teach the beginners how to link a database with the help of a DSN Less connection. The author makes use of a SQL statement for this execution and explains the components of the DSN Less connection in...



This tutorial is helpful for every users who develop database table using SQL string which guides them how to handle apostrophe inputs in SQL string with simple code. This article has provided a sample code to the users.



In this article the author shows how to set connections to database software. The author proceeds this task with DSN connections and DSN Less connections. The article provides the sample source code for these connections in SQL Server, ORACLE, MS...



This is an online database tutorial which helps the developers to use stored procedure on their project for displaying and editing hit reports on their web page. It uses SQL server as backend to store data and also the users can change procedure...



Hiding your META tags is a web based tutorial in which author explains about the fact to hide the Meta tag of the users website. In this article author demonstrates about Meta tag, purpose of hiding the Meta tag, methods that have to be adapted to...



The main objective of this online article is to show the reason of the "Either to BOF or EOF" error that occur during record access. The reason behind this error is due to the SELECT statement. The author shows the remedy to overcome...



This is a simple and useful ASP article from which you can learn to script codes for changing headers of your website through the flexible include files of ASP. The author has dealt on issues like the varying meta tags of javascripts and...



At the end of this online article the developers can easily come to a point to choose the exact database connection string. The author explains the database methods in which more possible connection strings are shown as worked out examples. The...



Now the developers can retrieve the ID number of a just inserted record with the help of this online article. With the help of SQL server it is good to use a single stored procedure which executes both the INSERT and the IDENTITY operation using...



Through this online article the developers can learn about getting the Autonumber. The author discusses about the built-in method present in a database increases the last id number automatically. The example projected in this article helps the...



In this article 'Get the News, Part 1' the author has given simple and effective ASP codes for MFC applications. The author has explained readers about the ways and means of publishing the news on their web pages right from the starting of the...



Through this online tutorial the author explains about a new approach of accessing GetRows array with the help of names and not by numbers. Test Script is given at the end of this article along with an example. The main advantage of this method is...



Earlier the users should transfer the recordset object more times if the number of rows of data is more. But through this article the author shows a simple method using GetRows function. The test script is given below as sample for the developer's...



This CMS article deals and focuses its attention mainly on RSS file creation through ASP. The author has given simple and descriptive ASP codes for generating RSS 0.91 files with .asp suffix. You will also come to know how to apply and make those...



The main core of this article deals with showing a table consisting details from a database. In this article the author shows how to create a HTML table with the help of stats which would accept to append any number of fields in an Access database...



This is a tutorial where users can learn how to manage MS Access database tables. Author says that this program has the ability to list entire database records and thereby to facilitate the users to edit, add, or remove any table as they like....