From One Database(NSF File) get data and create a Folder in another Database (NSF File) ... any suggestions ppl?

I take all da values from a view in the form of a document Collection. Now what i want is to do is create a new Folder on another Database with that data in it.

I can use the

db.EnableFolder(foldername)

to create the folder on another database. As db points to the other database. But the real question is that how do i populate the data in the other Folder.

Help would be highly appreciated.

Regards,

Jawad Rana

Subject: From One Database(NSF File) get data and create a Folder in another Database (NSF File) … any suggestions ppl ?

You have to copy the documents to the new databasde, then use putinfolder to put them i tyhe new folderI think you have to go through the collecion and do this one document at a time - I may be wrong

Chris Boote