-
Win10, Office 2016 64-bit.
Open Access, open VBE, parse project, close Access. MSACCESS.EXE remains in Task Manager.
[RubberduckLog.txt](https://github.com/rubberduck-vba/Rubberduck/files/188974…
-
On one system I had this randomly error `SQLDriverConnect:` without any detail.
Trying to reinstall odbc driver, doesn't change.
The workaround was to prevent db connection pooling db.SetMaxIdleConn…
-
Version 2.3.1.4330
OS: Microsoft Windows NT 10.0.15063.0, x64
Host Product: Microsoft Office 2016 x64
Host Version: 16.0.4711.1000
Host Executable: MSACCESS.EXE
Still loving the new dialogue, a…
-
Hi,
On a table with a `memo` column i can insert text only if the len in under 256, just after it crash with a message from ODBC Microsoft (in french: Valeur de précision non valide).
I think af…
-
The memory consumption of rubberduck is far to high for me.
Im my case - a 100 mb access-mdb with >100 Forms - MS-access uses ~110 MB RAM (open VBE but no rubberduck refresh)
After clicking "Re…
-
When I use a Control in a Form like this:
request.Name = PE_NAMF
the code inspection tells me:
"Local variable 'PE_NAMF' is not declared"
and that my code will not compile. When I click "f…
-
Hi,
I'm looking for a way to extract tables and fields of a MSAccess database without making query. I wonder if go-adodb can help me for that or if i should look at go-ole ? (i'm not very confortab…
-
**NOTE**: This issue is meant to be an aggregation of other issues, to bring up to the date the current state of the persistent problem of getting a clean exit consistently everywhere. Apparently it i…
-
Hello,
I'm upgrading my version of Pimcore from 5.2.1 to 5.6.4 and I had an issue with S3 and thumbnail generations.
In version 5.2.1 the paths that are prefixed with image-thumbnails/ works fin…
-
Consider (or try it yourself) the following MCVE:
```
Option Explicit
Private TooBigAScopeForMe As String
Private ImGoingToBreak As String
Private IllBeFine As String
Public Sub SmallerSco…