Web Scripts - php scripts, perl scripts, cgi scripts, asp scripts, directory scripts, programming scripts

Scriptsmount a free web scripts directory provides website scripts, webmaster scripts, web directory scripts, directory scripts, php scripts, perl scripts, cgi scripts, html scripts, database scripts, asp.net scripts, form scripts, guestbook scripts for webmasters


  Home  |   Add Resource  |   Modify Resource    


Web Scripts :: ASP :: ASP Tips and Tutorials :: Database-related


71. Named Recordsets

This article by James Shaw demonstrates how to dynamically add properties to an object (expando properties) - by implementing a function to create named recordsets.

Hits: 23 Rating: 0.00 Votes: 0    [Detail] [Send URL]


Category:  ASP :: ASP Tips and Tutorials :: Database-related

72. Search Database

This example / tutorial explains how to use the LIKE operator to perform a partial match on an Access database

Hits: 21 Rating: 0.00 Votes: 0    [Detail] [Send URL]


Category:  ASP :: ASP Tips and Tutorials :: Database-related

73. Connecting to Database using DSN/DSN less Connections

An article on connecting to database via ASP using both DSN and DSN less connections. Explains uses of each. Learn using connection strings.

Hits: 18 Rating: 0.00 Votes: 0    [Detail] [Send URL]


Category:  ASP :: ASP Tips and Tutorials :: Database-related

74. Multiple Form Selection (Where In)

Allowing multiple choices of data observations enables people to customize views of your data and adds value to your applications. This example utilizes our db on the career statistics of Hammerin?Hank Greenberg. The years he played are available to select from in a dropdown menu. When multiple years are selected they are passed comma delimited. Utilizing the where in statement in our sql the comma delimited selections are appended to our sql statement to display only those years selected

Hits: 17 Rating: 0.00 Votes: 0    [Detail] [Send URL]


Category:  ASP :: ASP Tips and Tutorials :: Database-related

75. Display Table on Web Page

This page demonstrates the capabilities how to display a table from a SQL statement. It illustrates not only how to display the table, but also how to detect that no records were returned from a query, and how to detect null and blank values in the data.

Hits: 35 Rating: 0.00 Votes: 0    [Detail] [Send URL]


Category:  ASP :: ASP Tips and Tutorials :: Database-related

76. Paging Records With GetRows

You all must have seen and done stuff with the RecordSet object, infact everything is done with the RecordSet object. Now, this acticle explains how to use GetRows to page through the records that you recieve from the SELECT. It's much faster than MoveNext, because it closes the database connection immediately whereas MoveNext loops through the records with the overhead of the database connection. Plus GetRows let's you count the records correctly!

Hits: 14 Rating: 0.00 Votes: 0    [Detail] [Send URL]


Category:  ASP :: ASP Tips and Tutorials :: Database-related

77. Limit query results with the Recordset object

Have this short program around so that you can quickly see what columns and what data are in your database. Here you will see some of the common methods and properties used to limit the results from your SQL query. Using a simple form that takes a table name and a submit button, and you can easily display increments of the table data. Full source code available.

Hits: 20 Rating: 0.00 Votes: 0    [Detail] [Send URL]


Category:  ASP :: ASP Tips and Tutorials :: Database-related

78. Creating a Simple SQL-Driven Web Site

This hands-on tutorial explains how to develop a simple SQL-driven web site in just minutes. Topics include: Our Database Design, Creating a Data Source, Inserting A Tip Into Our Database, Displaying and Deleting Tips, Searching the Database, and Displaying the Tips.

Hits: 10 Rating: 0.00 Votes: 0    [Detail] [Send URL]


Category:  ASP :: ASP Tips and Tutorials :: Database-related

79. Generating random records from the Database

This article shows how to generate random records from the database. Also explains how to generate random numbers. Sample Database and Code available for download.

Hits: 16 Rating: 0.00 Votes: 0    [Detail] [Send URL]


Category:  ASP :: ASP Tips and Tutorials :: Database-related

80. ASP-Database Transactions

This is an article on executing all or none database queries using ASP-Database transactions. Must read for ASP-Database developers. Sample Database and Code available for download.

Hits: 38 Rating: 0.00 Votes: 0    [Detail] [Send URL]


Category:  ASP :: ASP Tips and Tutorials :: Database-related

Pages:         8    



Web Scripts  |  Add Resource  |   Modify Resource


©2006 All rights reserved. Web Scripts