Hi,
	        Is there any way to create multiple Database and Collection. If yes, Kindly guide me through it.
	 
	Here is the exception i am getting while creating second DB 
	First DB : 
	storageService.InsertJSONDocument ("TEST1", "NewCollection" cons.json, callBack);
	Second DB: 
	storageService.InsertJSONDocument ("NewDB", "NewCollection1" cons.json, callBack);