Add a file attachment to the message, if InLIne is set to TRUE,
the attachement will be added as an inline attachement and
addAttachement() returns the content id.
Downloads and adds an attachment based on a URL. a seconds argument,
"AttachAs", is used for specifying the filename that the attachment
will receive in the message. if inLine is set to TRUE, the attacgment
will be added as an inline attachment and addAttachment returns the
content id, this is useful when sending HTML e-mails.
Close the Connection session with database also close any active Recordset
object associated with the connection.A Command object associated with the
Connection object you are closing will persist, but it will no longer be
associated with a Connection object; that is, its ActiveConnection property
will be set to Nothing.
Saves changes made within an open transaction on the connection
and ends the transaction. if the Attributes property is set to
adXactCommitRetaining, it automatically starts a new transaction
Contains methods and properties that allow you to gather
information about a drive attached to the system, such as
its share name and how much room is available.
Returns a Recordset object with the specific CommandText and return
the Affected records number, the CommandText maybe a SQL
statement,stored procedure etc.
Returns a Recordset object with the specific CommandText and return
the Affected records number, the CommandText maybe a SQL
statement,stored procedure etc.
Searches a Recordset for the record that satisfies the specified criteria.If the criteria is met,
the recordset position is set on the found record;otherwise,the position is set the end of the recordset.