Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
3answers
95 views

Why should I use XmlType instead of a relational database?

I'm doing an assignment where I am to consider two solutions for storing text used in a webpage. Scenario: there is one webpage for one lecture, and several lectures for one subject. The first ...
3
votes
5answers
478 views

Fast Search in Logs

I have the same problem as somebody described in another post. My application's log files are huge (~1GB), and grep is tedious to use to correlate information from the log files. Right now I use the ...
2
votes
2answers
102 views

xquery: search across variable set of nodes

I am using BaseX XML Database. Consider an xml document in the database like so: <entries> <book-entry> <book>Book 1</book> <author>Author 1 ABC</author> ...
2
votes
2answers
468 views

How to export xml to database - asp.net

I want to export xml file data to sql database table. Can anyone guide me for this?
1
vote
2answers
196 views

XML database evaluation

My application consumes XML data from different vendors. All the vendors have different xml formats/schema and custom queries are required to retrieve various data from those XML. I initially started ...
1
vote
4answers
683 views

how to import .xml file to database

hi i want to import my .xml file to sql server database in asp.net 3.5 c# for windows application.so give m rply as fast as posible.
0
votes
1answer
17 views

XML Database - High volume capabilites

What is for you the best XML database capable of managing and querying around 100 000 XML files with some 900Mb files ? Thanks for your responses.
0
votes
1answer
77 views

Native XML DataBase - Sedna -

I've heard a lot and read a lot regarding Sedna , native xml database but never saw a life example or a source code or how it could be implemented . is it right that I can build an ASP.net , C# ...
0
votes
1answer
35 views

Connecting to database without running server in Apache Xindice

I am new to "Apache Xindice". I tried some examples from the internet and it worked, but I have to run the server before running my applications.This allows it to connect to the database. I don't ...
0
votes
2answers
387 views

Storing XML Files in Database

I have to create a desktop application in Java 6. Program should be able to communicate with other system using XML files (sending/receiving). Every single XML file is connected with its XSD, tags ...
0
votes
1answer
476 views

how to insert xml file into sql lite database

I have some problem with android application in my application i have to use sql lite as a database but i have the data in XML format. so i am facing problems in inserting the data into database.
0
votes
2answers
244 views

Timeout expired. Problem in Exporting xml to sql server 2008 data table - .net

I am exporting xml data to sql server 2008 database. .net code: http://stackoverflow.com/questions/3600091/how-to-pass-xml-from-c-to-a-stored-procedure-in-sql-server-2008 Query to insert: ...
0
votes
2answers
194 views

Embedded xml database with .NET binding

Does anybody know an embedded XML database which can run on Windows Ce 6.0 and which has .NET bindings