diff options
Diffstat (limited to 'Source/SPConstants.h')
-rw-r--r-- | Source/SPConstants.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Source/SPConstants.h b/Source/SPConstants.h index fadf8573..c8a53b0a 100644 --- a/Source/SPConstants.h +++ b/Source/SPConstants.h @@ -188,6 +188,13 @@ typedef enum SPBzip2Compression = 2 } SPFileCompressionFormat; +// Import SQL error handling tags/choices +typedef enum +{ + SPSQLImportAskOnError = 0, + SPSQLImportIgnoreErrors = 1 +} SPSQLImportErrorHandling; + // Export file handle creation typedef enum { |