Timeline for ADODB Wrapper Class
Current License: CC BY-SA 4.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Oct 6, 2021 at 11:13 | vote | accept | ARickman | ||
| Sep 18, 2019 at 19:28 | comment | added | ARickman | @MathieuGuindon Indeed and Thank you Matt! There some other things that I missed in my review, so much so that I chose to rewrite and restructure the entire class. I plan on posting that ASAP. | |
| Sep 17, 2019 at 23:06 | comment | added | Mathieu Guindon |
TIL about Parameters.Refresh - thanks for this post!
|
|
| Sep 17, 2019 at 23:04 | comment | added | Mathieu Guindon |
that there is no way to know what Direction a parameter should be mapped - very good point. Could be a good reason to make an OutParameter class; with a factory method on the default instance, call sites would make the nature of the parameter very explicit: OutParameter.Create(foo) (and then either infer the other metadata from the value like the others, or have optional parameters to supply it.. e.g. numScale and numPrecision) - optionally, have a similar factory for "in" parameters, ....or take an enum value for the direction.
|
|
| Sep 17, 2019 at 21:02 | vote | accept | ARickman | ||
| Sep 17, 2019 at 21:02 | |||||
| Sep 17, 2019 at 16:07 | history | edited | ARickman | CC BY-SA 4.0 |
added 844 characters in body
|
| Sep 17, 2019 at 15:55 | history | answered | ARickman | CC BY-SA 4.0 |