|
|
|
|
 |
|
 |
 |
 |
Database-related
|
|
|
Hits: 14
 0.0
This article discusses two different ways to dynamically generate data-entry forms: Use the ADO OpenSchema Method, and Query Your SQL Server System Tables. Describes advantages and disadvantages of each method.
|
Platform(s): n/a |
Date: Dec, 18 2000 |
 |
|
|
Hits: 18
 0.0
This article by James Shaw demonstrates how to dynamically add properties to an object (expando properties) - by implementing a function to create named recordsets.
|
Platform(s): n/a |
Date: Dec, 16 2000 |
 |
|
|
Hits: 32
 0.0
This example / tutorial explains how to use the LIKE operator to perform a partial match on an Access database.
|
Platform(s): n/a |
Date: Dec, 08 2000 |
 |
|
|
Hits: 14
 0.0
An article on connecting to database via ASP using both DSN and DSN less connections. Explains uses of each. Learn using connection strings.
|
Platform(s): n/a |
Date: Dec, 03 2000 |
 |
|
|
Hits: 13
 0.0
This 4-page tutorial shows all the basics of using Active Server Pages and VBScript to work with databases. It covers Connecting to the Database, Working With Recordsets, and more.
|
Platform(s): n/a |
Date: Nov, 30 2000 |
 |
|
|
Hits: 15
 0.0
The driving force behind Active Server technologies is data access. In order to develop a truly dynamic web site developers need to allow users to access data on demand. Luckily, with Microsoft's Active Server Pages, this is exceedingly easy to do. This article for ASP beginners details how to connect to a SQL Server 7.0 database using ActiveX Data Object (ADO) and Open Database Connectivity (ODBC).
|
Platform(s): n/a |
Date: Oct, 30 2000 |
 |
|
|
Hits: 17
 0.0
This short tutorial demonstrates how to insert data into a SQL database using SQL statements.
|
Platform(s): n/a |
Date: Oct, 13 2000 |
 |
|
|
Hits: 30
 3.0
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.
|
Platform(s): n/a |
Date: Oct, 04 2000 |
 |
|
|
Hits: 13
 0.0
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.
|
Platform(s): n/a |
Date: Oct, 02 2000 |
 |
|
|
Hits: 9
 0.0
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.
|
Platform(s): n/a |
Date: Sep, 11 2000 |
 |
|
|
|
 |
 |
|
 |
|
 |
|