Unable to connect with custom database created in ZOHO reports section

Unable to connect with custom database created in ZOHO reports section

Hi,

We have created CUSTOM Database in ZOHO CRM using URL like this  https://reports.zoho.com/ZDBHome.cc?home=true

I want to insert/select/delete/update records of table created in this Database , Please help.

Do the APIS method URLs work for the report database too ?

like this  if i change Leads to table name 

https://crm.zoho.com/crm/private/xml/Leads/insertRecords?authtoken=00f6ab2897d75755a2ed314b49b846e5&scope=crmapi&duplicateCheck=1&version=4&xmlData=<Leads>     <row no="1"> <FL val="Company">Company1</FL> <FL val="Last Name">Last Name1</FL> <FL val="Email">automation@crm.com1</FL>     </row>     <row no="2"> <FL val="Company">Company2</FL> <FL val="Last Name">Last Name2</FL> <FL val="Email">automation@crm.com2</FL>     </row> </Leads> 

I am using Java code for the same.

Thanks 
Sapan