Send a suggestion!

We're building a brand new version of the site, and we'd love to hear your ideas

Members

Technology Zones

IBM Learning Center

Articles

Hosted By

MaximumASP

Info

    Articles & Tutorials Articles & Tutorials RSS feed

  • SQL Injection Attacks by Example

    by SJFriedl

    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.. Read full article

  • Identifying Your New Records

    by LACanadian

    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.. Read full article

  • ADO and Unicode

    by davepamn

    How to use Microsoft ADO to add and update unicode code points stored in an Oracle UTF8 database. . Read full article

  • Using SQL-DMO To Backup and Verify a Database

    by Carvin Wilson

    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. . Read full article

  • SQL Distributed Management Objects Part 2

    by S.S. Ahmed

    Learn how to administer SQL Server remotely.. Read full article

  • SQL Distributed Management Objects

    by S.S. Ahmed

    You will learn how to administer SQL Server remotely. I have selected VB to develop a component that will be used in ASP scripts to harness the power of SQL-DMO.. Read full article

  • Securing ASP Data Access

    by Thomas C. Carpe

    Securing ASP Data Access Credentials Using the IIS Metabase. Read full article

  • Oracle8 and Oracle8i

    by Wrox

    How to access Oracle 8 and Oracle8i databases... A sample chapter from the book 'ASP Data Access'. Read full article

  • ActiveX Data Objects

    by Tahoni

    Learn about ADO in VB and ASP, and how to create connectionless recordsets in this tutorial from Tarhoni of Wali Systems Inc.. Read full article

  • SQL Commands

    by James Crowley

    If you want to use databases, in VB, Access, ASP or anything else, at some stage you will need to learn SQL. This tutorial shows you how to use this powerful and universal language.. Read full article