Members
Technology Zones
Articles
Hosted By
Info
|
Articles & Tutorials  -
Steve Friedl takes a look at how your site could be vulnerable to SQL injection attacks - complete with numerous examples - and the action you can take to prevent them..  -
While the use of AutoNumber and Identity fields in tables is greatly applauded by database designers the world over, they can be annoying for developers to use. This article reveals two techniques for retrieving the value of an AutoNumber/Identity field..  -
How to use Microsoft ADO to add and update unicode code points stored in an Oracle UTF8 database.
.  -
The SQL Distributed Management objects (SQL-DMO) extend the functionality of SQL Server by providing developers a way to execute common tasks using programming and scripting languages. This article shows you how to use SQL-DMO to create an Active Server Page application to backup and verify a SQL Server database. .  -
Learn how to administer SQL Server remotely.. 
Sample Code  -
Many ASP developers get confused when showing some images on a single page directly from database using Response.BinaryWrite, so this code may help them..  -
You can design stored procedures to hide such complexities, leaving a more concise interface available for application development. This demonstrates how to use the ADO Command object to call these SQL Stored Procedures..  -
dbHit: A simple traffic logger I tossed together in the start of my ASP coding days. It simply collects data from your visitors and stores it in MS Access 97 mdb file..  -
How to split up a recordset into multiple pages using ADO and ASP.  -
How to reuse ADO recordsets without destroying them first. 
Reviews  -
SQL Server 2000 Programming claims to be a comprehensive guide to SQL Server 2000, and at a hefty 1390 pages, you can't argue with that. Being a programming guide, it concentrates only on issues that affect an SQL Server developer, but it still covers topics such as Database Administration to a reasonable level.. 
Books  -
ASP is Microsoft's glue technology for providing complex, interactive, data-driven web pages for both inter- and intra-nets. ASP runs on the Windows NT web server IIS. 1 million web sites are using....  -
Read the review of this extensive guide for all SQL Server 2000 developers. 
|
Search
Code Samples
New Members
|