Question Rajath Muthappa · Nov 9, 2016 DB access from CSP page without creating link table Hi all, Basically i have 2 queries.. Is there any simple way to fetch the data directly from the database (using the URL and credentials) from the csp file without creating a link table for that particular Table...?? If there is, could you please share the syntax of using them ..? Can we have an object return type from the below mentioned method to a javascript function.. ??? #CSP #Caché 0 9 0 783
Question Rajath Muthappa · Nov 8, 2016 How to bypass the log-in screen while navigating between 2 .CSP files in different namespaces Hi, #CSP #Ensemble 0 3 0 383
Question Rajath Muthappa · Nov 8, 2016 &SQL in Cache Server Page Hi, I am using the &sql () tag to retrieve the value from the Cache DB. below is the piece of code i am using: script language="cache" method="retrieveDetail" arguments="pVariable" returntype="%String" &sql( select columnA, into :tempVariable1 from TABLE where COLUMNC = pVariable quit tempVariable1 i have to return the ColumnA value back to the calling procedure. can i know how it can be done ? since i am getting an javascript error. #CSP #Caché 1 4 0 408