Question Confused Developer · Aug 31, 2017 Archive SDA from Post processor How to Archive SDA from Post processor and save it in txt file at some location. #HealthShare 0 1 0 394
Question Confused Developer · Aug 3, 2017 TrakCare Hi, While accessing Trakcare in IE 11 i am getting error: The Trakcare Layout Editor is not functioning.Please check your browser security setting for scripts and ActiveX controls.You must have ensemble installed locally to use this application. #Beginner #TrakCare 0 2 0 1.3K
Question Confused Developer · May 27, 2017 Insert SQL I am inserting rows in a table. This table is appearing in all namespace as I did global mapping. So once I run insert command from a method, it insert the rows. When I run the same insert command from other namespace, it replace the existing data in table. Insert command is same in all namespace but the data I m inserting is different. #Caché #Globals #Mapping #SQL 0 2 0 554
Question Confused Developer · May 22, 2017 Accessing table across all namespace We have multiple server and multiple namespace. I have a script having sql query which fetch data from current namespace of a server. If I want to run the same query on different server to fetch data, but I want to run that script on just one server for all server. Please let me know how can I proceed. #Databases #Caché 0 2 0 647
Question Confused Developer · May 4, 2017 Export Global in CSV File Hi All, I need urgent help, I want to export the values from Global to CSV file. Values are in global are : ^Global1(1)="1,2,3,4"^Global1(2)="5,6,7,8"...^Global1(n)="n,n,n,n" I want output in CSV File as:1,2,3,45,6,7,8...n,n,n,n I made a class: #CSV #Caché 0 5 0 2.1K