CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2003
    Location
    Argentina....
    Posts
    118

    XML vs SqlServer

    Hi,
    Anyone knows the performance deferences between accessing to a XML and getting a small Table with a simple query from MSSQL... Or other Dbs, such Oracle or MySQL (Using the .NET Driver from mysql.org)

    Thanks,
    Diego
    My history: QB->VB->TC++->VB->VC++->VC#

  2. #2
    Join Date
    Nov 2004
    Posts
    1

    Re: XML vs SqlServer

    if you decide to use xml, you should read the xml file as stream. If you use xpath it may be a little bit slow. I think you should use the sql server or any database.

    You can store the connectionstring or database connectivity information in the xml file. Because in the future the table might be larger. Therefore xml file is not valid purpose.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured