Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I'm not a C# or ASP.Net developer, but I can guarantee you can build an application that uses a Native XML Database, whatever your language is. The "Native XML Database" specifies that internally, the database manager uses the actual XML to store data, and not some other intermediary format, in contrast to XML-Enabled databases.</p> <p>For further information concerning such differences you can look <a href="http://en.wikipedia.org/wiki/XML_database#Native_XML_databases" rel="nofollow noreferrer">here</a>. I tried to make this clarification so you don't mislead Native XML with XML Embedded database. In the link above you can also see some XML Native Databases, and some of them are written in C or C++ (such as Sedna itself, but also Berkeley XML DB, which has a pretty good overview in the question <a href="https://stackoverflow.com/questions/1493341/is-berkeley-db-xml-a-viable-database-backend">Is Berkeley DB XML a viable database backend?</a>). Some of these databases can be embedded, but that is heavily dependend on your development language. A database I know that is embeddable is eXist, which is fully written in Java (and can be embedded in Java apps). You'll have to access the database from your application through network.</p> <p>Since your preferable language is C# and your intention is to deal with Sedna (I presume), you can download the drivers <a href="http://sedna.org/download.html#drivers" rel="nofollow noreferrer">here</a> (there are C# drivers!).</p> <p>Please note I have not tested it myself.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload