|
|
|
|
 |
|
 |
 |
 |
Database-related
|
|
|
Hits: 15
 0.0
Dropdowns or combo boxes are an excellent way to get input from a user. One of the biggest problems with user input is spelling and formatting. Here is how to use and populate dropdowns from a database.
|
Platform(s): n/a |
Date: Aug, 05 2002 |
 |
|
|
Hits: 14
 0.0
Multiple level select boxes tackled with hierarchical data! This sample illustrates the concept using a hierarchy consisting of geographical region, country, and state data. The code expects a system DSN by name "Hierarchy" and accesses the database using the user id "sa" with a blank password. The database is created in SQL Server 7.0.
|
Platform(s): n/a |
Date: Jun, 13 2000 |
 |
|
|
Hits: 9
 0.0
The author writes "Recently I was asked to develop a web based report that would collect data from a database, format it in an HTML page and then print a certain number of rows on each page with a column header on each page. This solution solves the problem." Source code available for download.
|
Platform(s): n/a |
Date: Jul, 20 2001 |
 |
|
|
Hits: 20
 0.0
Complete Online Chapter "Data Access with .NET" from Wrox Press book "Professional C# 2nd Edition". Topics covered include "Connecting to the database", "Executing Commands", "Stored Procedures", "The ADO.NET object model" and "Using XML and XML Schemas".
|
Platform(s): n/a |
Date: May, 06 2002 |
 |
|
|
Hits: 15
 0.0
Active Server Pages allow us an easy means of querying and updating a database from a webpage. This article describes the basics of using this technique in a nutshell. The examples given here utilize a Microsoft Access database, but the principles elucidated apply equally well to ASP integration with other databaes.
|
Platform(s): n/a |
Date: Jan, 25 2000 |
 |
|
|
Hits: 13
 0.0
You fill in the blanks, and you are given the source code for the form, and a page to display the information in the database. Also the database is ready to download with all fields in your form.
|
Platform(s): n/a |
Date: Apr, 15 2002 |
 |
|
|
Hits: 11
 0.0
This article describes several ways to use a SQL calculated field and the ORDER BY clause to arrange a recordset in random order. It provides a simple tool for verifying that the results are uniformly random. Also shows a technique for bubbling records with certain attributes to the top of an otherwise randomized list.
|
Platform(s): n/a |
Date: Sep, 13 2001 |
 |
|
|
Hits: 9
 0.0
This article wraps up the details of the real time data grid that started in part one of this two-part article. It looks at the JavaScript code that contacts our database server and allows us to update data in a database without actually refreshing the page.
|
Platform(s): n/a |
Date: Feb, 14 2002 |
 |
|
|
Hits: 12
 3.0
The part one of this two-part article shows 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.
|
Platform(s): n/a |
Date: Feb, 06 2002 |
 |
|
|
Hits: 16
 0.0
This writing will discuss several things to do to ensure the application migration carried on in a good way, particularly for ASP Database applications and to overcome possible problems might occurred. Basically, migrating ASP to Linux means you have to convert to database supported by Linux platforms. Currently, Chili!Soft ASP is already supporting MS Access but not all web hosting companies install this feature. They prefer to use more common database in Linux such as MySQL and PostgreSQL. Pay attention to some Chili!Soft specific ADO methods and properties, since there are slight differences with IIS ASP. You might need to convert some codes in your applications to make it run in Chili!Soft ASP.
| Freeware |
Platform(s): Linux, Windows, FreeBSD, Mac OSX, Sun Solaris |
Date: Feb, 01 2006 |
 |
|
|
|
 |
 |
|
 |
|
 |
|