Thanks. I solve this CAPI.Exec matter.Posted by Balawubramanian, Ponpriya on 09/12/2006 04:08 AMThanks. I solve this CAPI.Exec matter.Now I have used the following Weblingo code to display the result of my "fResultSet" (result contain output of SQL Statement) Dynamic feature.;for i = 1 to Length(.fResultSet);rec1 = .fResultSet[i]<tr> <td>`rec1`</td> </tr>;endRecords are retrieved fine. But there is " R<'name'= " stuff in the beginning of the result set(R<'name'='Admin'>)like that included with the result set. How can I remove it? Is the only way by trimming using Javascript?I have 3 fields in my result set. Now suppose I only want to display two i.e. "Name" and "Id". What change I need in the above code?[To reply to this thread, use your normal E-mail reply function.]============================================================Topic: CAPI.AllocConnect (using SQL Server 2000)https://knowledge.opentext.com/knowledge/llisapi.dll/open/7988942Discussion: Development Discussionhttps://knowledge.opentext.com/knowledge/llisapi.dll/open/786303Livelink Server:https://knowledge.opentext.com/knowledge/llisapi.dllTo Unsubscribe from this Discussion, send an e-mail to unsubscribe.development@elinkkc.opentext.com.