DataBase error - Table 'iay.tblcountry' doesn't exist
select countryid, country from tblcountry where isactive = 'Yes' order by countryDataBase error - Table 'iay.tblstate' doesn't exist
select stateid, state from tblstate where isactive = 'Yes' and countryid='93' order by stateDataBase error - Table 'iay.tbldistrict' doesn't exist
select districtcode, district from tbldistrict where isactive = 'Yes' order by districtDataBase error - Table 'iay.tblblocks' doesn't exist
select blockcode,blockname from tblblocks where isactive = 'Yes' order by blocknameDataBase error - Table 'iay.tblpanchayats' doesn't exist
select panchayatcode,panchayat from tblpanchayats where isactive = 'Yes' order by panchayatDataBase error - Table 'iay.tblvillages' doesn't exist
select villagecode, villages from tblvillages where isactive = 'Yes' order by villages