examples icon indicating copy to clipboard operation
examples copied to clipboard

Example code from RD News blog articles

Results 9 examples issues
Sort by recently updated
recently updated
newest added

First time using github / proposing changes so apologies if wrong process followed here. Summary of proposed change (also hopefully documented in specific commits): Changes should update MVVM example to...

Hi, sorry for using issues as I found no other direct contact possibility. I read the article with a lot of interest (https://rubberduckvba.wordpress.com/2021/03/19/globals-and-ambient-context/), Thanks a lot. There is an alternative...

First of all thanks very much for this Library! Not sure if this is by design or if my usage is wrong, however if I pass a vbnullstring or ""...

What is the idea behind the IDbConnection_CreateCommand interface method? IDbCommandFactory takes an IDbConnection interface and returns an IDbCommand interface with the logical place for initialization of the object behind it...

In the second image of your great article https://rubberduckvba.wordpress.com/2020/02/06/password-authentication/ the header of the last column is `Hash`, but in the code `PasswordHash` is used. I guess updating the image is...

There is two typos on the function below in the AbstractFactoryExample Module. ``` Private Function CreateSomeHondaCars(ByVal factory As ISimplerCarFactory) As Collection 'NOTE: this function doesn't know or care what specific...

Having an `IDbParameter` interface, and tweaking `IDbCommand.Execute` methods' `ParamArray` handling to accept it, would allow providing named and output parameters inline, without needing to deal with `ADODB.Parameter` directly. The interface...

Another improvement would be to add a test module and show one or more tests which would explain the stuff in section "What to use When" of the [article](https://rubberduckvba.wordpress.com/2016/01/11/oop-in-vba-immutability-the-factory-pattern/).

In the [article](https://rubberduckvba.wordpress.com/2016/01/11/oop-in-vba-immutability-the-factory-pattern/) some stuff is different. Sync it please. (Since I am quite new to this I am not sure what is right/makes more sense, so I hope you'll...