Click here to Skip to main content
15,891,633 members

Comments by Mark Lemke (Top 3 by date)

Mark Lemke 23-Oct-13 9:27am View    
Reason for my vote of 1 \n This is barely an article and the code - although it will compile - is totally flawed. The null check for MergeObject within the loop is a waste of CPU resources and moreover it is useless because the application will crash at line two if MergeObject is null. Furthermore prp.GetValue(MergeObject, null) can return null which will also crash the application.
Mark Lemke 18-Mar-13 3:22am View    
Reason for my vote of 5 \n Works like a charm!
Mark Lemke 6-Nov-10 6:36am View    
Deleted
Reason for my vote of 5
Nice workaround to avoid the use of ADOX. Thanks!