Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I am trying to return results from a query and the data is null. I get the correct amount of rows for the data being returned, but the text data is null. When I change the code to print the length of the data, it is always 0. When I log into the C...
Thanks, I had looked at those. I just ended up doing a SQL update. The code is below in case it helps anyone. ExecuteSQLUpdateReq sqlUpdateReq = new ExecuteSQLUpdateReq();
ExecuteSQLUpdateRes SQLUpdate;
String update = "insert into enduserdirgroup...