You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
added checkHiddenExcelInstance to warn user about background excel (at startup and via checkpurgeNames)
added lookups refresh after DBSheet modifications,
added additional encryption information to OLEDB connection string in DBListFetch if required by Encrypt=true in normal connection string
added info about problems with encrypt=yes and packet size >16387
Copy file name to clipboardexpand all lines: docs/README.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ This can be done by modifying DBAddin.xll.config or the referred DBAddinUser.con
54
54
55
55
Explanation:
56
56
*`ConfigName`**N**: freely definable name for your environment (e.g. Production or your database instance)
57
-
*`ConstConnString`**N**: the standard connection string used to connect to the database. Set `ODBC;` in front to specify ODBC connection strings explicitly.
57
+
*`ConstConnString`**N**: the standard connection string used to connect to the database. Set `ODBC;` in front to specify ODBC connection strings explicitly. Pay attention to the Packet Size parameter when Encrypt=yes (for ADO connections)!
58
58
*`ConfigStoreFolder`**N**: all config files (*.xcl) under this folder are shown in a hierarchical manner in "load config"
59
59
*`ConnStringSearch`**N**: part to be searched for replacement within the standard connection string in DBModifiers and DBRowFetch.
60
60
*`ConnStringReplace`**N**: replacement for above
@@ -233,6 +233,10 @@ Following topics are still to be done:
233
233
234
234
* Utilizing optimistic concurrency for DBSheets (similar to the old Addin, but with ADO.NET support)
235
235
236
+
### Known Issues
237
+
238
+
* With Encryption (Encrypt=yes) there is a limit for the Packet Size parameter in the connection string, currently this seems to be 16387. Any value above leads to transport layer errors in ADO.NET: Error executing sqlCommand: Error when receiving Results from the Server. (provider: TCP Provider, error: 0 - The Network name is missing.)
239
+
236
240
### History (from the very beginning)
237
241
238
242
* 2006: First versions of DBFuncs and DBSheets implemented as xla Addins.
' avoid entering into insert/update check resp. doCUDMarks if not list-object (data table), whole column modified, no DBMapper present and prevention while fetching (on refresh) being set
0 commit comments