C++/xml and c++
Expert: Zlatko - 8/21/2011
QuestionHi
Is it possible to work with XML file as database and exclude information from it with c++ in .net IDE?
In fact my question is: does c++ have ability to work with database for example for designing a website?
Thanks in advance.
AnswerHello Sara
For XML access, I have used only the Apache Xerces library, but if you are using .NET, I think ADO.NET (See
http://msdn.microsoft.com/en-us/library/h43ks021.aspx ) will do both XML access and access to SQL Server databases. I have not used ADO.NET so I cannot answer specific questions about it right now.
Best regards
Zlatko