My Blog

All about my activities, Ideas and everything.

Category: .NET

How to: Unmanaged C++ read/write with MSXML

I have been scouting all over the Internet of how to use MSXML to read/write XML. This is the article I found which is very clear. So I won’t have to write anything else. http://www.informit.com/articles/article.aspx?p=169461

How to : C++ Convert between various String types

Just to remember. http://msdn.microsoft.com/en-us/library/ms235631(VS.80).aspx

ASP returns “Operation must use an updateable query” error

Well, I got this error from my ASP application. I spent 2 hours to fix the problem and it is very easy, just grant the permission of the database folder to Internet Guest account (IUSR_MACHINE). Reference : http://support.microsoft.com/kb/175168