Catalyst Community

      • Most Discussed Topics

      • Store Procedure

        I m very new to catalyst. Please let me know if we can create or import store procedure in Catalyst DB. i have large queries to do update/insert in multiple tables, presently in local system i am just command the procedure with parameters and it do the
      • zoho catalyst with zoho project

        is there analysis we do in zoho catalyst with zoho project
      • Calling Catalyst OCR API

        Hello, i am trying to call the catalyst OCR API using deluge, i have deployed my application and my code is below: OCRpost = "*URL Link to PDF*" headerMap = Map(); headerMap.put("Authorization", "Zoho-oauthtoken *TOKEN REMOVED*); headerMap.put("Content-Type",
      • Django Python

        Hi, Not able to deploy python django project on catalyst. its showing deployed but error in browser is internal problem. Have successfully deployed flask project as given in tutorial, but with Django its not working. Please help with step by step guide
      • Transactional Integrity in Data Store

        In my Data Store, I want to subtract quantities from some tables, add them to others and subtract them from others. However, I want to make sure that if one operation fails, the others are reverted, or don't occur. In SQL I know I can achieve this like: