[progress Communities] [progress Openedge Abl] Forum Post: Re: Jsdo Api Error : Sql Query...

  • Thread starter Thread starter egarcia
  • Start date Start date
Status
Not open for further replies.
E

egarcia

Guest
Hello, As you have found, the JSDO sends a selectQuery command to the backend. It looks like the password field is used on the server when processing the request. Is the password field specified in the request that goes in the HTTP request? Perhaps, the serve code should escape the name to allow the access to the field. Regarding the JSDO. The JSDO does not have an option to specify the fields to retrieve. You can submit an enhancement/idea to add this support. If you are interested on looking further into the JSDO, you could look at the function _convertToSQLQueryString(). This function processes the filter and creates the SQL statement. There are ways that you can define custom properties at the JSDO level and read those properties from the function to use the specified fields instead of "*". Please let me know if you would like more information on this approach. I hope this helps, Edsel

Continue reading...
 
Status
Not open for further replies.
Back
Top