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: ...
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...
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.
...
Hi,
Does anybody know an embedded XML database which can run on Windows Ce 6.0 and which has .NET bindings
...
I want to export xml file data to sql database table. Can anyone guide me for this?
...
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 ...
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.
...