For  such dbs script, dss does not return any response. How can I get a 
response for this query, something like query is executed or not.

               <query id="QRY_INSERT_DM" useConfig="DM">                        
                                           
                  <sql>INSERT INTO DM_DEVICE_MODEL (D1,D2,D3) VALUES 
(?,?,?)</sql>                                                                   
                  
                  <param name="dm1" sqlType="STRING" type="" ordinal="1"/>      
                                                                                
        
                  <param name="dm2" sqlType="STRING" type="" ordinal="2"/>      
                                                                                
        
                  <param name="dm3" sqlType="INTEGER" type="" ordinal="3"/>     
                                                                      
               </query> 
_______________________________________________
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Reply via email to