Is Cache unstructured database?. How to find a particular data in database ? Sql search by row and coloumn . How to search in Cache  ? . 

Ponnumani Gurusamy · Sep 21, 2016 go to post

Thanks. We retrieved individual data in a property. Is not possible to retrieve the whole data in a property?

Ponnumani Gurusamy · Sep 21, 2016 go to post

set obj.name = name1,name2,name3

Is possible I retrieve the all data in same properties without Id?

Ponnumani Gurusamy · Sep 26, 2016 go to post

Please give one example program of Stream file Binaryand images are store and retrieve these program. I confused this topics.

Ponnumani Gurusamy · May 15, 2017 go to post

Hi,
    Suppose we are passing only services but not directory and host name.If possible it is return any token.Please give the solution.

Ponnumani Gurusamy · May 16, 2017 go to post

I am using HTTPS Protocal.So request is working fine and response is return empty.But this same URL run with Post man.It is return correct xml data.So how to I solve the code.

Ponnumani Gurusamy · Jun 22, 2018 go to post

I used both of routine and cls. But I did like for cls . We are appliying FHIR concept to class easily and  generated the structure of the data flow.

Ponnumani Gurusamy · May 27, 2017 go to post

It is both :

For Ex:

No SQL :

     ^Stock(item,size,color,pattern) = quantity

SQL:

    SELECT *from obj.property1,obj.property2

Thanks,

Ponnumani Gurusamy

DeepSee has a Developer Tutorial in the Documentation. This Is very good . Some example available for this Document .For Ex."HoleFoods" and "Patients" cubes in the SAMPLES namespace .

Ponnumani Gurusamy · Mar 12, 2019 go to post

Hi Thembelani,

              First we  convert date to horolog.

             set p="12/03/2019"

            set horval=$zdateh(p)  //now we got horolog value is 65350

         After that , we use $zdate function and convert the date format.

          w $zdate(horval,3) // now we got 2019-12-03

Thanks,

Ponnumani G

Ponnumani Gurusamy · Aug 27, 2019 go to post

Hi Vivek,

%Save() is a function . So please assign it to one variable and check it. Surely it will work.

for ex:  set jData=objExternalUser.%Save()

Thanks.

Ponnumani Gurusamy · Apr 24, 2023 go to post

Try to use "window.location.replace" instead of "window.location.href"

if (response == "1") { window.location.replace("cmain.csp"); }