w3schools    w3Schools
Search :
   
HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...   References Examples Forum About
ADVERTISEMENTS

XML Certification
Download XML editor
Custom Programming
 
Table of contents
ADO Tutorial
ADO HOME
ADO Intro
ADO Connect
ADO Recordset
ADO Display
ADO Query
ADO Sort
ADO Add
ADO Update
ADO Delete
ADO Demo
ADO Speed Up

ADO Objects
ADO Command
ADO Connection
ADO Error
ADO Field
ADO Parameter
ADO Property
ADO Record
ADO Recordset
ADO Stream
ADO DataTypes

ADO Summary

Examples
ADO Examples

Exam
ADO Exam

Selected Reading
Web Statistics
Web Glossary
Web Hosting
Web Quality

Browse Tutorials
 

ADO DeleteRecord Method


Record Object Reference Complete Record Object Reference

The DeleteRecord method deletes a file or directory.

Tip: Close the Record object after calling this method to prevent unpredictable behaviors of the Record.

Syntax

objrecord.DeleteRecord(src,async)

Parameter Description
src Optional. The URL of the file or directory that will be deleted
async Optional. A Boolean value that, when True, sets the delete operation to be asynchronous


Record Object Reference Complete Record Object Reference