Collection Contents Index ALTER VIEW statement BACKUP statement pdf/chap9.pdf

Reference Manual
   CHAPTER 9. SQL Statements     

ALTER WRITEFILE statement


Function 

To modify the configuration of a write file.

Syntax 

ALTER WRITEFILE write-file-name
... REFERENCES db-file-name

Permissions 

Must have DBA authority.

Not supported on Windows CE.

Side effects 

Automatic commit.

See also 

CREATE WRITEFILE statement

The Write File utility

Working with write files

Description 

The ALTER WRITEFILE statement changes the read-only database file to which the file refers. If you move the database file from one directory to another, you can use this statement to point the write file to the new location.

The path name of the database file is relative to the database server.

Standards and compatibility 

Example 


Collection Contents Index ALTER VIEW statement BACKUP statement pdf/chap9.pdf