Skip to main content
18 events
when toggle format what by license comment
Jun 10, 2020 at 13:24 history edited CommunityBot
Commonmark migration
S Jun 6, 2018 at 21:29 history edited Sᴀᴍ Onᴇᴌᴀ CC BY-SA 4.0
add line to separate code from comment tag
S Jun 6, 2018 at 21:29 history suggested Greedo CC BY-SA 4.0
Fixed formatting
Jun 6, 2018 at 21:25 review Suggested edits
S Jun 6, 2018 at 21:29
Jan 6, 2017 at 3:01 answer added ThunderFrame timeline score: 3
Apr 9, 2015 at 18:06 answer added RubberDuck timeline score: 5
Mar 2, 2015 at 17:47 comment added Mathieu Guindon @GregBurghardt I know, this entire code builds on ADODB parameterized queries (BTW this is VBA, not .NET)... if you looked at how this code is used, you realize that it generates the parameters for you, so SqlCommand.SelectSingleValue("SELECT SomeField FROM SomeTable WHERE SomeValue = ?", 123) is all you need to code to get a full-fledged parameterized query, without the hassle of creating the parameters yourself.
Mar 2, 2015 at 17:44 comment added Greg Burghardt There is already a way to create parameterized queries in ADO.NET: support.microsoft.com/kb/200190
Mar 2, 2015 at 17:31 answer added Oliver timeline score: 11
Jan 23, 2015 at 14:20 history edited RubberDuck
edited tags
Apr 10, 2014 at 3:24 vote accept Mathieu Guindon
Apr 5, 2014 at 15:52 answer added Mathieu Guindon timeline score: 12
Apr 5, 2014 at 2:59 answer added Hogan timeline score: 18
Apr 4, 2014 at 23:31 history edited Mathieu Guindon CC BY-SA 3.0
oops
Apr 4, 2014 at 22:31 history edited Mathieu Guindon CC BY-SA 3.0
better title
Apr 4, 2014 at 20:40 history edited Mathieu Guindon CC BY-SA 3.0
added 14 characters in body
Apr 4, 2014 at 19:58 history edited Mathieu Guindon CC BY-SA 3.0
fixed bug in example usage
Apr 4, 2014 at 18:44 history asked Mathieu Guindon CC BY-SA 3.0