Hi,

It's a question about retrieving document metadata:
http://www.sedna.org/one-page/ProgGuide.html#x1-580002.5.6

If the document a.xml is located in the root collection, the following query 
works fine: doc("$document_a.xml")&
However, I couldn't find a workable query to get the same for a file inside any 
other collection. For example, document b.xml is located in the collection 
myCollection. The following doesn't work: doc("$document_b.xml", 
"myCollection")&, it returns the following error:

test> doc("$document_b.xml", "myCollection")&
SEDNA Message: ERROR SE1006
No document with this name in the specified collection.
Details: Document '$document_b.xml' in collection 'myCollection'
Query line: 1, column:1

Could you advise on this?

Is it possible to get creation and last modification timestamps for a file?

Best regards,
Ivan Lagunov
------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Sedna-discussion mailing list
Sedna-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sedna-discussion

Reply via email to