former_member290321
Participant
Member since ‎08-13-2007

User Statistics

  • 52 Posts
  • 3 Solutions
  • 0 Kudos given
  • 2 Kudos received

User Activity

Do the user have to get database privileges (read/write) on the table where users are going to perform CRUD through application??
I have a situation where I pass a session user as a parameter to stored procedure and get a receiver value which I want to get in a variable so I can pass that to other function in xsjs file to send email. I am getting sender from session user and ...
I have created X.hdbdd entity which has following fields namespace ABC.LANDING.XYZ; @Schema: 'CUSTOM' @Catalog.tableType: #COLUMN entity XYZ_DL_NW { KEY A : String(3) not null; KEY B : Integer64 not null; KEY C : UTCTimestamp not null; KEY D ...
I have a CalculationViewB where i have to filter a Company ID field on basis of CalculationViewA Company ID field but the client wants a descriptive field (Company Name) in drop down at the time of execution as input parameter. CalculationViewA has t...
I have table A which has First Name and Last Name as fields with ClientId as Primary Key, CREATE COLUMN TABLE NAME("FIRSTNAME" VARCHAR (50) null, "LASTNAME" VARCHAR (50) null, "SRNO" INTEGER GENERATED ALWAYS AS IDENTITY (START WITH 100 INCREMENT...
Kudos from