{
  "synLogic": "int $ret \u003d $api($1);",
  "help": "This API is used to free the environment handle and database connection handle, which are allocated internally at the time of ns_db_odbc_init API.",
  "notes": "",
  "returns": "This api returns '0' on success and '-1' on failure.",
  "arguments": "NA",
  "parameterization": "",
  "name": "ns_db_odbc_close",
  "syntax": "int ns_db_odbc_close(void)",
  "javaSyntax": "",
  "cEx": "if(ns_db_odbc_close() \u003d\u003d -1) \n{ \n  handle_error(); \n}",
  "javaEx": "",
  "insertStrC": "ns_db_odbc_close(void);",
  "insertStrJava": "",
  "description": "The ns_db_odbc_close API is used to free the environment handle and database connection handle, which are allocated internally at the time of ns_db_odbc_init() API",
  "component":[
    {
      "id": "$ret",
      "type": "TextField",
      "label": "Return Value",
      "value": "",
      "css": "p-grid p-align-center w-100-p",
      "title": "Enter Return Value",
      "placeHolder": "",
      "style": "",
      "isDisabled": "",
      "labelVarCheckbox": "",
      "argIndex": 0,
      "validate": {
        "inputType": "Text",
        "disabled": false,
        "required": false,
        "method": "isValidVar(arg)"
      }
    }
  ]
}
