xml-database

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 ''less'' tool, but it is also slower than I would like. I am thinking of speeding up the search. There are the following ways to do this: ...

eXist: Collection size limits

I'm using the eXist xmldb for storing metadata/test setups for product tests. Each document contains some identificatory data, the test results, and several interpretations of the data. Currently I store all of my documents in a single collection, and it has been working fine. However, the size of the collection is now about 20.000 docum...

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. ...

Embedded xml database with .NET binding

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

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? ...

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

Hi All, 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: http://stackoverflow.com/questions/3606649/querying-a-xml-in-sql-server-2008 Everthing is working fine if the file size is small. Now the ...

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. ...