Nóta
Teastaíonn údarú chun rochtain a fháil ar an leathanach seo. Is féidir leat triail a bhaint as shíniú isteach nó eolairí a athrú.
Teastaíonn údarú chun rochtain a fháil ar an leathanach seo. Is féidir leat triail a bhaint as eolairí a athrú.
Applies to: Access 2013, Office 2013
Specifies whether a file should be created or overwritten when saving from a Stream object. The values can be combined with an AND operator.
Constant |
Value |
Description |
|---|---|---|
adSaveCreateNotExist |
1 |
Default. Creates a new file if the file specified by the FileName parameter does not already exist. |
adSaveCreateOverWrite |
2 |
Overwrites the file with the data from the currently open Stream object, if the file specified by the Filename parameter already exists. |
ADO/WFC equivalent
These constants do not have ADO/WFC equivalents.