Skip to content

NSFDbRename

Function : Database
NSFDbRename - Rename a local database or template file name.

#include <nsfdb.h>
STATUS LNPUBLIC NSFDbRename(

    const char far *from,
    const char far *to);
Description :

This function renames a local database or template file name.

Parameters : Input : from - The old file name of the local database or template.

to - The new file name of the local database or template.

Output : (routine) - Return status from this call indicates either success or what the error is.

See Also :