Database Links

Hi,
I have a newbie question. I have the following structure in the database called Test.
Test (Database)
|
— Links(Collection)
|-- BookSchema
|-- Book
|-- Autor
I had created a schema that uses a reference to Autor, I got insert some Autors, but none Books.
How I do to reference a autor in book’s xml?
Thanks in advance.

If I understand the question correctly, you want to make a reference to an Author document in a Book document where each is a separate document type in the same Collection.

iwama made a good post here about the subject of Object References and how to make them in the Schema Editor.

You could also search for tsd:objectRef in the documentation for more information.

If you need more specific help with a schema, please post the schema.

HTH

Thank you, your information is very usefull.