DataBase.DataBaseLogFile Property

Top 

Description

The file name for the database message log file. This file will contain messages resulting from database activity. Of specific interest will be the error messages.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Attributes

Type:

string

Access:

read/write

Default Value:

".\logfile.log"

 

Syntax

myString1 = myDataBase1.DataBaseLogFile;

 

myDataBase1.DataBaseLogFile = myString1;

 

See also

DataBase Object

Interfacing with Databases Guide