Library tutorials & articles tagged with db
-
Visual Basic 6.0 - Exporting a DataReport to Microsoft Word
by John D.
This article is a simple yet effective way to export a DataReport to MIcrosoft Word using the DataEnvironment and DataReport. This walk-through starts with creating a simple database in Microsoft Access and then creating a User Interface in Visual Basic 6.0.
-
SQL Injection Attacks by Example
by Stephen J. Friedl
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.
-
Identifying Your New Records
by Bruce Johnson
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.
-
SQL Distributed Management Objects
by Carvin Wilson
How to use the SQL Distributed Management Objects from ASP
-
SQL Server Locks
by Michael Balloni
SQL Server Lock Contention Tamed: The Joys Of NOLOCK and ROWLOCK