forked from genliu777/SQLiteOLEDB
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSQLiteOLEDBProvider.rc
More file actions
283 lines (252 loc) · 9.64 KB
/
SQLiteOLEDBProvider.rc
File metadata and controls
283 lines (252 loc) · 9.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
// Microsoft Visual C++ generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
#include "afxres.h"
/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
// English (United States) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
#pragma code_page(1252)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// TEXTINCLUDE
//
1 TEXTINCLUDE
BEGIN
"resource.h\0"
END
2 TEXTINCLUDE
BEGIN
"#include ""afxres.h""\r\n"
"\0"
END
3 TEXTINCLUDE
BEGIN
"1 TYPELIB ""SQLiteOLEDBProvider.tlb""\r\n"
"\0"
END
#endif // APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Version
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,0,1
PRODUCTVERSION 1,0,0,1
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
#else
FILEFLAGS 0x0L
#endif
FILEOS 0x4L
FILETYPE 0x2L
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "CompanyName", "mobileFX"
VALUE "FileDescription", "mobileFX SQLite OLEDB Provider"
VALUE "FileVersion", "1, 0, 0, 1"
VALUE "InternalName", "mobileFX SQLite OLEDB Provider"
VALUE "LegalCopyright", "Copyright 2014, mobileFX. All Rights Reserved"
VALUE "OriginalFilename", "SQLiteOLEDBProvider.DLL"
VALUE "ProductName", "mobileFX SQLite OLEDB Provider"
VALUE "ProductVersion", "1, 0, 0, 1"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x409, 1200
END
END
/////////////////////////////////////////////////////////////////////////////
//
// REGISTRY
//
IDR_SQLiteOLEDB REGISTRY "SQLiteOLEDB.rgs"
/////////////////////////////////////////////////////////////////////////////
//
// String Table
//
STRINGTABLE
BEGIN
IDS_PROJNAME "mobileFX SQLite OLEDB Provider"
IDS_DBPROP_ACTIVESESSIONS "Active Sessions"
IDS_DBPROP_ASYNCTXNCOMMIT "Asynchable Commit"
IDS_DBPROP_BYREFACCESSORS "Pass By Ref Accessors"
IDS_DBPROP_CATALOGLOCATION "Catalog Location"
IDS_DBPROP_CATALOGTERM "Catalog Term"
IDS_DBPROP_CATALOGUSAGE "Catalog Usage"
IDS_DBPROP_COLUMNDEFINITION "Column Definition"
IDS_DBPROP_CONCATNULLBEHAVIOR "NULL Concatenation Behavior"
IDS_DBPROP_DATASOURCENAME "Data Source Name"
END
STRINGTABLE
BEGIN
IDS_DBPROP_DATASOURCEREADONLY "Read-Only Data Source"
IDS_DBPROP_DBMSNAME "DBMS Name"
IDS_DBPROP_DBMSVER "DBMS Version"
IDS_DBPROP_PROCEDURETERM "Procedure Term"
IDS_DBPROP_PROVIDEROLEDBVER "OLE DB Version"
IDS_DBPROP_PROVIDERNAME "Provider Name"
IDS_DBPROP_PROVIDERVER "Provider Version"
IDS_DBPROP_QUOTEDIDENTIFIERCASE "Quoted Identifier Sensitivity"
IDS_DBPROP_SCHEMATERM "Schema Term"
IDS_DBPROP_SCHEMAUSAGE "Schema Usage"
IDS_DBPROP_SQLSUPPORT "SQL Support"
IDS_DBPROP_STRUCTUREDSTORAGE "Structured Storage"
IDS_DBPROP_SUBQUERIES "Subquery Support"
IDS_DBPROP_SUPPORTEDTXNISOLEVELS "Isolation Levels"
IDS_DBPROP_SUPPORTEDTXNISORETAIN "Isolation Retention"
IDS_DBPROP_TABLETERM "Table Term"
END
STRINGTABLE
BEGIN
IDS_DBPROP_USERNAME "User Name"
IDS_DBPROP_SUPPORTEDTXNDDL "Transaction DDL"
IDS_DBPROP_ASYNCTXNABORT "Asynchable Abort"
IDS_DBPROP_DSOTHREADMODEL "Data Source Object Threading Model"
IDS_DBPROP_MULTIPLEPARAMSETS "Multiple Parameter Sets"
IDS_DBPROP_OUTPUTPARAMETERAVAILABILITY "Output Parameter Availability"
IDS_DBPROP_PERSISTENTIDTYPE "Persistent ID Type"
IDS_DBPROP_NOTIFYCOLUMNSET "Column Set Notification"
IDS_DBPROP_NOTIFYROWDELETE "Row Delete Notification"
IDS_DBPROP_NOTIFYROWFIRSTCHANGE "Row First Change Notification"
IDS_DBPROP_NOTIFYROWINSERT "Row Insert Notification"
IDS_DBPROP_NOTIFYROWRESYNCH "Row Resynchronization Notification"
IDS_DBPROP_NOTIFYROWSETRELEASE "Rowset Release Notification"
IDS_DBPROP_NOTIFYROWSETFETCHPOSITIONCHANGE
"Rowset Fetch Position Change Notification"
IDS_DBPROP_NOTIFYROWUNDOCHANGE "Row Undo Change Notification"
IDS_DBPROP_NOTIFYROWUNDODELETE "Row Undo Delete Notification"
END
STRINGTABLE
BEGIN
IDS_DBPROP_GROUPBY "GROUP BY Support"
IDS_DBPROP_HETEROGENEOUSTABLES "Heterogeneous Table Support"
IDS_DBPROP_IDENTIFIERCASE "Identifier Case Sensitivity"
IDS_DBPROP_LOCKMODES "Lock Modes"
IDS_DBPROP_MAXINDEXSIZE "Maximum Index Size"
IDS_DBPROP_MAXROWSIZE "Maximum Row Size"
IDS_DBPROP_MAXROWSIZEINCLUDESBLOB "Maximum Row Size Includes BLOB"
IDS_DBPROP_MAXTABLESINSELECT "Maximum Tables in SELECT"
IDS_DBPROP_MULTIPLESTORAGEOBJECTS "Multiple Storage Objects"
IDS_DBPROP_MULTITABLEUPDATE "Multi-Table Update"
IDS_DBPROP_NOTIFICATIONPHASES "Notification Phases"
IDS_DBPROP_NULLCOLLATION "NULL Collation Order"
IDS_DBPROP_OLEOBJECTS "OLE Object Support"
IDS_DBPROP_ORDERBYCOLUMNSINSELECT "ORDER BY Columns in Select List"
IDS_DBPROP_PREPARECOMMITBEHAVIOR "Prepare Commit Behavior"
IDS_DBPROP_PREPAREABORTBEHAVIOR "Prepare Abort Behavior"
END
STRINGTABLE
BEGIN
IDS_DBPROP_NOTIFYROWUNDOINSERT "Row Undo Insert Notification"
IDS_DBPROP_NOTIFYROWUPDATE "Row Update Notification"
IDS_DBPROP_ROWSETCONVERSIONSONCOMMAND "Rowset Conversions on Command"
IDS_DBPROP_MULTIPLERESULTS "Multiple Results"
IDS_DBPROP_ISequentialStream "ISequentialStream"
IDS_DBPROP_ABORTPRESERVE "Preserve on Abort"
IDS_DBPROP_BLOCKINGSTORAGEOBJECTS "Blocking Storage Objects"
IDS_DBPROP_IRowsetScroll "IRowsetScroll"
IDS_DBPROP_IRowsetUpdate "IRowsetUpdate"
IDS_DBPROP_ISupportErrorInfo "ISupportErrorInfo"
IDS_DBPROP_CHANGEINSERTEDROWS "Change Inserted Rows"
IDS_DBPROP_RETURNPENDINGINSERTS "Return Pending Inserts"
IDS_DBPROP_IConvertType "IConvertType"
IDS_DBPROP_AUTH_CACHE_AUTHINFO "Cache Authentication"
IDS_DBPROP_AUTH_ENCRYPT_PASSWORD "Encrypt Password"
IDS_DBPROP_AUTH_INTEGRATED "Integrated Security"
END
STRINGTABLE
BEGIN
IDS_DBPROP_AUTH_MASK_PASSWORD "Mask Password"
IDS_DBPROP_AUTH_PASSWORD "Password"
IDS_DBPROP_AUTH_PERSIST_ENCRYPTED "Persist Encrypted"
IDS_DBPROP_AUTH_PERSIST_SENSITIVE_AUTHINFO "Persist Security Info"
IDS_DBPROP_AUTH_USERID "User ID"
IDS_DBPROP_INIT_DATASOURCE "Data Source"
IDS_DBPROP_INIT_HWND "Window Handle"
IDS_DBPROP_INIT_IMPERSONATION_LEVEL "Impersonation Level"
IDS_DBPROP_INIT_LOCATION "Location"
IDS_DBPROP_INIT_MODE "Mode"
IDS_DBPROP_INIT_PROMPT "Prompt"
IDS_DBPROP_INIT_PROTECTION_LEVEL "Protection Level"
IDS_DBPROP_INIT_TIMEOUT "Connect Timeout"
IDS_DBPROP_INIT_LCID "Locale Identifier"
IDS_DBPROP_INIT_PROVIDERSTRING "Extended Properties"
IDS_DBPROP_SESS_AUTOCOMMITISOLEVELS "Autocommit Isolation Levels"
END
STRINGTABLE
BEGIN
IDS_DBPROP_SERVERCURSOR "Server Cursor"
IDS_DBPROP_TRANSACTEDOBJECT "Objects Transacted"
IDS_DBPROP_UPDATABILITY "Updatability"
IDS_DBPROP_STRONGIDENTITY "Strong Row Identity"
IDS_DBPROP_IAccessor "IAccessor"
IDS_DBPROP_IColumnsInfo "IColumnsInfo"
IDS_DBPROP_IColumnsRowset "IColumnsRowset"
IDS_DBPROP_IConnectionPointContainer "IConnectionPointContainer"
IDS_DBPROP_IProvideMoniker "IProvideMoniker"
IDS_DBPROP_IRowset "IRowset"
IDS_DBPROP_IRowsetChange "IRowsetChange"
IDS_DBPROP_IRowsetIdentity "IRowsetIdentity"
END
STRINGTABLE
BEGIN
IDS_DBPROP_IRowsetInfo "IRowsetInfo"
IDS_DBPROP_IRowsetLocate "IRowsetLocate"
IDS_DBPROP_IRowsetResynch "IRowsetResynch"
IDS_DBPROP_BOOKMARKS "Use Bookmarks"
IDS_DBPROP_BOOKMARKSKIPPED "Skip Deleted Bookmarks"
IDS_DBPROP_BOOKMARKTYPE "Bookmark Type"
IDS_DBPROP_CANFETCHBACKWARDS "Fetch Backwards"
IDS_DBPROP_CANHOLDROWS "Hold Rows"
IDS_DBPROP_APPENDONLY "Append-Only Rowset"
IDS_DBPROP_CANSCROLLBACKWARDS "Scroll Backwards"
IDS_DBPROP_COLUMNRESTRICT "Column Privileges"
IDS_DBPROP_COMMANDTIMEOUT "Command Time Out"
IDS_DBPROP_COMMITPRESERVE "Preserve on Commit"
IDS_DBPROP_DELAYSTORAGEOBJECTS "Delay Storage Object Updates"
IDS_DBPROP_IMMOBILEROWS "Immobile Rows"
IDS_DBPROP_LITERALBOOKMARKS "Literal Bookmarks"
END
STRINGTABLE
BEGIN
IDS_DBPROP_LITERALIDENTITY "Literal Row Identity"
IDS_DBPROP_MAXOPENROWS "Maximum Open Rows"
IDS_DBPROP_MAXPENDINGROWS "Maximum Pending Rows"
IDS_DBPROP_MAXROWS "Maximum Rows"
IDS_DBPROP_OTHERINSERT "Others' Inserts Visible"
IDS_DBPROP_OTHERUPDATEDELETE "Others' Changes Visible"
IDS_DBPROP_OWNINSERT "Own Inserts Visible"
IDS_DBPROP_OWNUPDATEDELETE "Own Changes Visible"
IDS_DBPROP_QUICKRESTART "Quick Restart"
IDS_DBPROP_REENTRANTEVENTS "Reentrant Events"
IDS_DBPROP_REMOVEDELETED "Remove Deleted Rows"
IDS_DBPROP_REPORTMULTIPLECHANGES "Report Multiple Changes"
IDS_DBPROP_ROWRESTRICT "Row Privileges"
IDS_DBPROP_ROWTHREADMODEL "Row Threading Model"
IDS_DBPROP_ORDEREDBOOKMARKS "Bookmarks Ordered"
END
#endif // English (United States) resources
/////////////////////////////////////////////////////////////////////////////
#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//
1 TYPELIB "SQLiteOLEDBProvider.tlb"
/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED