Add Records
(34) Add Record with SQL Statement, ...
Administration
(7) Database For ASP, Writing ISQL_w in ASP, ...
Connections
(97) DSN, DSN-less, ...
Counting Records
(10) Count Records, Count of Records In ASP, ...
Database Servers
(3) @@IDENTITY crisis (SQL Server), ...
Delete Records
(26) Delete Record w/ SQL Statement, ...
Display Records
(143) Combo Box Display, Data Shaping, ... |
| Edit Records
(28) Update Record, ...
Intro to Databases
(17) Simple Table Display, Database Basics, ...
Recordsets
(65) Recordset Paging/Datagrid Function, ...
Searching
(31) SEO: Competitor Analysis, Search Database, ...
SQL
(97) SQL Generator, HTML List Box from Column, ...
Stored Procedures
(36) Recordsets Stored Procedures, Procedures, ...
Transaction Handling
(5) ADO Transaction Management, ... |
|
Hits Today: 2 Total: 5955 | Updated: 7/3/2001 | |
 | If you've ever written a script that needs to UPDATE or INSERT Date values in a database and you live outside of the US, then I'd nearly bet that you've stayed up until midnight cursing the fact that all dates are natively converted from US date format... Author: Darren Neimke Code: ASP 3.0 & VBScript |
Hits Today: 1 Total: 3824 | Updated: 4/7/2000 | |
 | Most databases containing proper names are usually stripped of accents and other extended foreign characters (é, à, ç...) This tutorial shows how to leave the accents in the fields, and also make the database searchable with or without accents. Author: Alex Buchanan Code: ASP 2.0 & VBScript |
Hits Today: 1 Total: 7939 | Updated: 6/25/2003 | |
 | If you work with Access databases from ASP, you probably occasionally find you need to download the whole thing to make a change. Author: asp101.com Code: ASP 3.0 & VBScript | |  | |
Hits Today: 1 Total: 4740 | Updated: 9/4/2004 | |
 | MagicGrid is an all-in-one grid for ASP programmers. It is a 3 Level Hierarchial Grid. You can Add, Edit, Delete Items under all the three levels. You can also cut-copy-paste Items from one level to other, It happens just by drag & drop! Author: Abhijeet Kaulgud Code: ASP 3.0 & VBScript |
Hits Today: 1 Total: 11683 | Updated: 9/23/2001 | |
 | the engine i am providing is an asp code generator that i am currently using on my website (www.intratelligent.com) to allow asp developers to upload access databases online and build simple asp interfaces to interact with their data. Author: Joel Konecny Code: ASP 3.0 & VBScript |
Hits Today: 1 Total: 11378 | Updated: 3/24/2001 | |
 | Paging allows you to display a specific number of records from a database at a time. For example, if you have 1000 records, you can allow it to display 10 records at a time so you don't have a huge page display. Author: Dan Hendricks Code: ASP 3.0 & VBScript |
Hits Today: 3 Total: 3249 | Updated: 2/25/2003 | |
 | This Querie Analyzer-style code snippet allows instant access for developers to an Access or SQL database via a simple web interface. The interface can be used to run any queries including building tables, updating data and so on. Author: Jeff Anderson Code: ASP 3.0 & VBScript | |  | |
Hits Today: 1 Total: 7049 | Updated: 4/28/2001 | |
 | Generate code for paging through recordsets. The code wizard can generate code for paging through recordsets. It allows you to customize the look and feel of the resulting table.
Author: Amit Agarwal Code: ASP 3.0 & VBScript |
Hits Today: 1 Total: 10046 | Updated: 7/8/2000 | |
 | This article not only includes the complete source code for a database driven web site that the author created, but includes a detailed description on how it works!
Author: Bob Lee Code: ASP 2.0 & VBScript |
|