⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ssceerr30.h

📁 修正了广为流传的RDA例子中的错误 记得link里加上commctrl.lib coredll.lib use mfc in a share dll 就能正常编译了
💻 H
📖 第 1 页 / 共 5 页
字号:
#define SSCE_M_LOCALTABLENAMEMISSING                28541       // The value for the Local Table Name parameter is not specified for the Push call. [,,,,,]
#define SSCE_M_NOTALLPARAMSSETFORPULL               28542       // Some parameters were not specified for the Pull method. [,,,,,]
#define SSCE_M_TABLENOTTRACKED                      28543       // The table is not a tracked table. [,,,Table name,,]
#define SSCE_M_RDAERRORROWSRETURNED                 28544       // The Push method returned one or more error rows. See the specified error table. [,,,Error table name,,]
// DEAD SSCE_M_SUBSCRIBERCONNECTIONSTRINGMISSING    28545       // SQL Server Compact Edition connection string is missing. [,,,,,]
#define SSCE_M_INVALIDCONNECTIONSTRING              28546       // The specified OLE DB for SQL Server Compact Edition connection string is not valid. [,,,,,]
#define SSCE_M_DATABASEALREADYOPEN                  28547       // SQL Server Compact Edition database cannot be compacted because it is open. [,,,,,]
#define SSCE_M_PARAMETERTOOLARGE                    28548       // A specified parameter is too large. [Size of parameter,Max size,,Parameter value,,]
#define SSCE_M_FAILEDRETRIES                        28549       // The row operation cannot be reapplied due to an integrity violation. Check the Publication filter. [,,,Table,Operation,RowGuid]
// DEAD SSCE_M_COMPACTFAILED                        28550       // The SQL Server Compact Edition database cannot be compacted. [,,,,,]
#define SSCE_M_MISSINGCONNECTSTRING                 28551       // The Local Connection String parameter is not specified for either a Push or Pull method. [,,,,,]
#define SSCE_M_ROW_RUID                             28552       // Internal error: This table does not have a ROWGUID column. [,,,,,]
#define SSCE_M_SPECIAL_COLUMN                       28553       // Internal error: This table does not have a ROWGUID column nor an Identity range. [,,,,,]
#define SSCE_M_VALIDATEFAILED                       28554       // The number of rows at the client does not match the number of rows at the server. Retry the operation. [SQL Server count, SQL Server Compact Edition count,,TableName,,]
#define SSCE_M_FAILEDMAKEDBREP                      28555       // The SQL Server Compact Edition database cannot be replicated. The subscription must be reinitialized. [,,,,,]
#define SSCE_M_TABLENAMEMISSING                     28556       // The Local Table Name parameter is not specified. [,,,,,]
// DEAD SSCE_M_UNUSABLEDATABASE                     28557       // The SQL Server Compact Edition database cannot be used for replication. Delete and then recreate the database. [,,,Connection string,,]
#define SSCE_M_CREATEDATABASE                       28558       // SQL Server Compact Edition encountered problems when creating the database. [,,,,,]
#define SSCE_M_OPENDATABASE                         28559       // SQL Server Compact Edition encountered problems when opening the database. [,,,,,]
#define SSCE_M_EXECUTEFAILED                        28560       // The SQL statement failed to execute. If this occurred while using merge replication, this is an internal error. If this occurred while using RDA, then the SQL statement is invalid either on the PULL statement or on the SubmitSQL statement. [,,,SQL statement,,]
#define SSCE_M_ROLLBACKFAILED                       28561       // Internal error: Failed to roll back changes. [,,,,,]
#define SSCE_M_PROCESSDELETEFAILED                  28562       // Internal error: The delete message for the server was not created. [,,,,,]
#define SSCE_M_CLIENTAGENT_NOMEMORY                 28563       // The device does not have sufficient memory. SQL Server Compact Edition cannot allocate more space on the device. There also might not be enough contiguous memory space. Try closing other applications. [,,,,,]
// DEAD SSCE_M_DELETEFAILED                         28564       // The delete action failed. For more details on this specific error code, check the HRESULT error and also refer to the MSDN OLE DB documentation. [,,,Table name,,]
#define SSCE_M_INSERTFAILED                         28565       // The insert action failed. For more details on this specific error code, check the HRESULT error and also refer to the MSDN OLE DB documentation. [,,,Table name,,]
#define SSCE_M_UPDATEFAILED                         28566       // The update action failed. For more details on this specific error code, check the HRESULT error and also refer to the MSDN OLE DB documentation. [,,,Table name,,]
#define SSCE_M_OPENTABLEFAILED                      28567       // Internal error: The table cannot be opened. [,,,Table name,,]
// DEAD SSCE_M_CLOSETABLEFAILED                     28568       // The table cannot be closed. [,,,Table name,,]
#define SSCE_M_INVALIDINDEX                         28569       // Internal error: The index cannot be set on the ROWGUID column. [,,,,,]
#define SSCE_M_ERRORFETCHINGDATA                    28570       // Internal error: The data row cannot be accessed. [,,,,,]
#define SSCE_M_ERRORFETCHINGCOLUMNDATA              28571       // Internal error: The column data for a row cannot be accessed. [,,,,,]
#define SSCE_M_ERRORSETTINGDATA                     28572       // Internal error: Row data cannot be set. [,,,,,]

//***** Don't add any more errors here, read the comments below and add appropriately
//
//Errors after this comment were added for v1.1 (PEBBLE) 
//
#define SSCE_M_TABLEALREADYEXISTS                   28573       // The LocalTableName parameter is already specified. [,,,Table name,,]

// Errors after this comment were added for v2.0 (DAYTONA)
//
#define SSCE_M_INTERNALERROR                        28574       // An internal error occurred. [ID,,,,,]
// DEAD SSCE_M_INSUFFICIENTLINEAGESPACE             28575       // There is not enough space for lineage in a row. [,,,,,]
#define SSCE_M_ERRORBINDINGCOLUMN                   28576       // Internal error: Could not bind to column. [,,,columnname,,]
#define SSCE_M_SCHEMAHASCHANGED                     28577       // The schema has changed since the table was pulled. [,,,,,]
#define SSCE_M_UNSUPPORTEDDATATYPE                  28578       // The data type is not valid. [Datatype,,,,,]
// DEAD SSCE_M_MOVENEXTFAILED                       28579       // The move to the next row failed. [,,,,,]
#define SSCE_M_INVALIDCOMPACTPARAMETER              28580       // The specified parameter is not valid. [,,,parameter name,,]
#define SSCE_M_FAILUREMAKINGMESSAGE                 28581       // Internal error: The message cannot be built. The Make Message failed. [,,,,,]
#define SSCE_M_INVALIDRDAPARAMETER                  28582       // The parameter is either not specified or not valid. [,,,,,]
#define SSCE_M_PUBLISHERLOGINMISSING                28583       // The Publisher login property is not specified. [,,,,,]

// Errors after this comment were added for v3.0 (LAGUNA)
//
// DEAD SSCE_M_INVALIDCONNECTIONRETRYTIMEOUT        28584       // The value specified for the ConnectionRetryTimeout property is not valid. [ConnectionRetryTimeout,,,,,]
// DEAD SSCE_M_INVALIDCOMPRESSIONLEVEL              28585       // The value specified for the CompressionLevel property is not valid. [CompressionLevel,,,,,]
#define SSCE_M_INVALIDREPLPARAMETER                 28586       // The parameter is either not specified or not valid. [,,,,,]
#define SSCE_M_INVALIDHOSTNAME                      28587       // The HostName property value does not match the one saved for the subscription. To resolve, use the original HostName or reinitialize the subscription. [,,,current hostname,original hostname,]
// DEAD SSCE_M_ROWHASCHANGED                        28588       // The row has changed by a different user and cannot be modified. [,,,,,]
#define SSCE_M_CONNMANMAPURLFAILED                  28589       // The Connection Manager could not map a URL into a connection. Check your Connection Manager settings. [,,,URL,,]
#define SSCE_M_CONNMANCONNECTFAILED                 28590       // The Connection Manager could not connect to the network. Check your Connection Manager settings. [,,,,,]
// DEAD SSCE_M_RESYNC                               28592       // An internal resync is necessary. User should never see this error. [,,,,,]
#define SSCE_M_SUBSCRIPTIONNOTFOUND                 28593       // The subscription was not found. Publisher, PublisherDatabase, or Publication  could be incorrect. [,,,,,]
#define SSCE_M_SUBSCRIPTIOWASNOTSAVED               28594       // The subscription could not be loaded because it was not saved. [,,,,,]


// DEAD SSCE_M_PROFILEEXISTS                        28595       // The profile already exists. [,,,,,]
// DEAD SSCE_M_PROFILEPROPENCRYPTFAILED             28596       // Encryption of a profile property failed. [,,,,,]
// DEAD SSCE_M_PROFILEPROPDECRYPTFAILED             28597       // Decryption of a profile property failed. [,,,,,]
#define SSCE_M_PROCESSVALIDATEFAILED                28598       // Validation of table row counts failed. Try resynchronizing. [,,,,,]
#define SSCE_M_NOTARGETKEY                          28599       // The referenced table must have a primary or candidate key. [,,,FK Name,,]
#define SSCE_M_DBINSYNC                             28600       // The database is currently synchronizing with the server. [,,,,,]
#define SSCE_M_STREAMACCESSDENIED                   28601       // Internal error: Stream access denied. [,,,,,]
#define SSCE_M_UNIQUEREQUIRED                       28602       // Internal error: When trying to add a GUID tracking column, SQL Server Compact Edition could not create the column because the column did not contain the uniqueidentifier attribute. [,,,Column name, Table name,]
// DEAD SSCE_M_INVALIDROWVERSIONDEF                 28603       // Invalid type for rowversion column. [,,,Column name, Table name,]
#define SSCE_M_READONLYTABLE                        28604       // Internal error: This table is read-only. The internal system objects and system lock tables are not updateable. [,,,Table name,,]
#define SSCE_M_RESTRICTEDDDL                        28605       // Internal error: DDL operations are not allowed on system tables. [,,,Table name,,]
#define SSCE_M_QPDEFAULTSSERVICEMISSING             28606       // QP is missing and it is required to evaluate default expressions. Ensure that sqlceqp30.dll is in the same directory as the storage engine (sqlcese30.dll).[,,,,,]
#define SSCE_M_TABLEDOESNOTEXIST                    28607       // The table does not exist [,,,Table name,,]
#define SSCE_M_CANTMODIFYCOLUMNTYPE                 28608       // Internal error: Cannot modify the column type [,,,Table name, Column name,]
#define SSCE_M_INVALIDDBVERSION                     28609       // You are trying to access an older version of a SQL Server Compact Edition database. If this is a SQL Server CE 1.0 or 2.0 database, run upgrade.exe. If this is a SQL Server Compact Edition 3.0 or later database, run Compact / Repair. [Db version,Requested version,,File name,,]
#define SSCE_M_SINGLEUSEROPERATION                  28610       // This operation requires the database to be opened in a single user mode and the database is currently in a multi-user mode. [,,,File name,,]
#define SSCE_M_PATHTOOLONG                          28611       // The file resolves to a path that is too long. The maximum length is 260 characters. [,,,File name,,]
#define SSCE_M_INVALIDRDAERRORTABLE                 28612       // The schema of the RDA error table  is not valid. Delete the error table and try to repull the table. [,,,,,]
#define SSCE_M_STRINGTOGUIDFAILED                   28613       // Internal error: Failure converting string to GUID. [,,,String,,]
#define SSCE_M_GETMINORERRORFAILED                  28614       // Internal error: Internal error: Failed to get the minor error code. [,,,,,]
#define SSCE_M_GETROWGUIDINDEXFAILED                28615       // Internal error: Failed to get the index on the row GUID. [,,,Table name, Guid Column Name,]
#define SSCE_M_CHECKLOCALTABLEFAILED                28616       // Internal error: Failure checking existance of local table. [,,,Table name,,]
// DEAD SSCE_M_GETIDENTITYCOLUMN                    28617       // Failed to get the name of the identity column. [,,,Table name,,]
#define SSCE_M_QUERYINTERFACE                       28618       // Internal error: QueryInterface failed. [,,,,,]
#define SSCE_M_SEQUENTIALSTREAMFAILURE              28619       // Internal error: Failure reading from SequentialStream. [,,,,,]
#define SSCE_M_OPENROWSETFAILED                     28620       // Internal error: Opening of the rowset failed. [,,,,,]
#define SSCE_M_BINDINGS                             28621       // Internal error: Failure setting up bindings, possibly caused by insufficient permissions. [,,,,,] [,,,,,]
#define SSCE_M_NONPARAMQUERY                        28622       // Internal error: Failure setting up a non parameterized query, possible incorrect SQL query. [,,,,,]
#define SSCE_M_INCORRECTDATABASETYPE                28623       // Internal error: SQL Server Compact Edition function called with SQL database type. [,,,,,]
#define SSCE_M_CLOSECURSORFAILED                    28624       // Internal error: Failure closing a cursor. [,,,,,]
#define SSCE_M_COLUMNINFO                           28625       // Internal error: Failure getting column information. [,,,,,]
#define SSCE_M_SETCOLUMN                            28626       // Internal error: Failure setting column value. [,,,,,]
#define SSCE_M_OPENSQLSERVER                        28627       // Failure to open SQL Server with given connect string. [,,,connect string,,]
#define SSCE_M_CLOSEDATABASEFAILED                  28628       // Internal error: Closing the database failed. [,,,,,]
#define SSCE_M_DELETEDATABASE                       28629       // Deleting the database failed. Ensure that other applications do not have the database open. [,,,,,]
#define SSCE_M_STARTTRANSACTION                     28630       // Starting the transaction failed. Try to reduce the number of other open transactions in the application. [,,,,,]
#define SSCE_M_HTTPOPENREQUEST                      28631       // WinInet Error: HTTP Open request failed. [,,,,,]
#define SSCE_M_UNEXPECTEDHTTPSTATUS                 28632       // IIS Error: IIS returned an HTTP status that is not expected to be returned to SQL Server Compact Edition client. This error does not mean that the synchronization did not work, it only means that SQL Server Compact Edition does not recognize the error from IIS. [,,,status,,]
#define SSCE_M_OPENMESSAGEFILE                      28633       // Internal error: Failure opening the message file. This occurs when processing the message fails on the client side. [,,,,,]
#define SSCE_M_WRITEMESSAGEFILE                     28634       // Failure writing to a message file on the device. The error typically comes from running out of memory. While there might appear to be plenty of available memory on the device, there might not be enough contiguous memory. Try closing other applications or warm booting the device. [,,,,,]
#define SSCE_M_READMESSAGEFILE                      28635       // Failure reading from a message file. The error typically comes from running out of memory. While there might appear to be plenty of available memory on the device, there might not be enough contiguous memory. Try closing other applications or warm booting the device. [,,,,,]
#define SSCE_M_CLOSETRANSPORT                       28636       // Internal error: Failure closing the transport. [,,,,,]
#define SSCE_M_DROPDATABASE                         28637       // Could not delete the database because more then one subscription exists. [,,,Publication, Publication Database, Publisher]
#define SSCE_M_DUPLICATETABLE                       28638       // Existing subscription already contains table included in the new subscription. [,,,Table name,,]
#define SSCE_M_SYNCPARTNERGENERATIONFAILED          28639       // Internal error: A sync partner ID (GUID value) was not generated. [,,,,,]
#define SSCE_M_INVALIDSNAPSHOTTRANSFERTYPE          28640       // The value specified for the SnapshotTransferType property is not valid. Valid values are 0 and 1. [SnapshotTransferType,,,,,]
#define SSCE_M_SYNCHADWARNINGS                      28641       // The synchronization succeeded but generated warnings. [No of warnings generated,No of warnings in error collection,,,,]
#define SSCE_M_RDABASEROWMISSING                    28642       // Internal error: Unable to create error table row because corresponding base table row has been deleted. [,,,,,]
// DEAD SSCE_M_TRACEALREADYON                       28643       // The tracer is already switched on. [,,,,,]
#define SSCE_M_PROPERTYMISSING                 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -