Microsoft Access vs XML

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • shapper

    Microsoft Access vs XML

    Hello,

    I usually use SQL server with ASP.NET and lately LINQ for my clients
    web sites.

    However, now and then I have clients where an SQL database is to much
    for their web sites.

    In this cases the amount of data is small. Mostly will be to hold some
    web site content or small size product list.

    I have two options: Microsoft Access or XML.

    Which one do you advise?

    And can I use LINQ with both?

    Thanks,

    Miguel


  • =?Utf-8?B?UGV0ZXIgQnJvbWJlcmcgW0MjIE1WUF0=?=

    #2
    RE: Microsoft Access vs XML

    Actually, you have more than 2 options. Have a look at SQLite.
    --Peter
    Site: http://www.eggheadcafe.com
    UnBlog: http://petesbloggerama.blogspot.com
    Short Urls & more: http://ittyurl.net


    "shapper" wrote:
    Hello,
    >
    I usually use SQL server with ASP.NET and lately LINQ for my clients
    web sites.
    >
    However, now and then I have clients where an SQL database is to much
    for their web sites.
    >
    In this cases the amount of data is small. Mostly will be to hold some
    web site content or small size product list.
    >
    I have two options: Microsoft Access or XML.
    >
    Which one do you advise?
    >
    And can I use LINQ with both?
    >
    Thanks,
    >
    Miguel
    >
    >
    >

    Comment

    Working...