PA_NewLog


version 2003


PA_NewLog (logName)

Parameter Type Description
logName char * New log file name

Description

The routine PA_NewLog creates a new log file for the database.

Pass a pointer to a string buffer that is the name of the new log in logName .

Depending on default settings or on previous call to PA_UsePStrings or PA_UseCStrings , logName will be a Pascal or an ANSI C string.

See Also

PA_OpenLog .

Error Handling

Use PA_GetLastError to see if an error occurred