Site has a bug?
-
All my articles show errors on the site when I try to read them. Is anyone aware of this bug? Here's a link to an article ... which should work: http://www.codeproject.com/KB/miscctrl/SimpleLine.aspx[^]
-
All my articles show errors on the site when I try to read them. Is anyone aware of this bug? Here's a link to an article ... which should work: http://www.codeproject.com/KB/miscctrl/SimpleLine.aspx[^]
-
All my articles show errors on the site when I try to read them. Is anyone aware of this bug? Here's a link to an article ... which should work: http://www.codeproject.com/KB/miscctrl/SimpleLine.aspx[^]
It was getting this bit of drama too... This link : http://www.codeproject.com/KB/WCF/WCFOverview.aspx[^] gives me this error: Error: An item with the same key has already been added.. Ticket: 399800 I'm on IE8. It worked after I switched to compatibility view.
-
All my articles show errors on the site when I try to read them. Is anyone aware of this bug? Here's a link to an article ... which should work: http://www.codeproject.com/KB/miscctrl/SimpleLine.aspx[^]
Sorry about that - I uploaded a new stored procedure that was out of sync with the code and, well, the rest is history.
cheers, Chris Maunder CodeProject.com : C++ MVP
-
Sorry about that - I uploaded a new stored procedure that was out of sync with the code and, well, the rest is history.
cheers, Chris Maunder CodeProject.com : C++ MVP
Tut tut tut; don't use stored procedures. :-D
-
Tut tut tut; don't use stored procedures. :-D
You're right. Inline SQL is so much faster, safer and maintainable!
cheers, Chris Maunder CodeProject.com : C++ MVP
-
You're right. Inline SQL is so much faster, safer and maintainable!
cheers, Chris Maunder CodeProject.com : C++ MVP
-
You're right. Inline SQL is so much faster, safer and maintainable!
cheers, Chris Maunder CodeProject.com : C++ MVP
It's all about LOC. :-D
Best wishes, Hans
[CodeProject Forum Guidelines] [How To Ask A Question] [My Articles]
-
You're right. Inline SQL is so much faster, safer and maintainable!
cheers, Chris Maunder CodeProject.com : C++ MVP
ah, now Parameterized Dynamic SQL --- there's a thing of beauty! Speedy, safe, *and* maintainable.
-
ah, now Parameterized Dynamic SQL --- there's a thing of beauty! Speedy, safe, *and* maintainable.
It's still an order of magnitude harder to update, especially with out client base who very seldom have DBA's. A SQL script to 'alter proc' is still much easier than deploying even a little, well behaved .NET dll.
-
It's still an order of magnitude harder to update, especially with out client base who very seldom have DBA's. A SQL script to 'alter proc' is still much easier than deploying even a little, well behaved .NET dll.
you are correct, there is that.