Note that there are some explanatory texts on larger screens.

plurals
  1. UST. Ujasiri
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. COThanks a million! I could not get the $.ajax call to behave quite like I wanted to. It was in a loop and needed to make multiple calls. I could only get one response. I suppose it is my learning curve here this is blocking success with that call. At any rate, I tried the .load() method, that allows me specify the same parameters, but make multiple requests and receive multiple responses. My script was not returning anything before. Your tip guided me to correcting that, and reading the documentation helped me understand a little better. Thanks again.
      singulars
    2. CO@M8R-1jmw5r I added that information as you suggested. I used the genrsa command to generate the key pair. The contents of rsa.public is the public key I posted above. Do you need the private key info as well?
      singulars
    3. CO@JonathanLeffler: Your observation is correct, the error message does not point to a problem with a null value. That's the perplexing part. However, when a null value is encountered the exception is thrown. I was hoping someone had encountered this before. I'm a public servant, and I don't think I should post that detailed db info. The columns in my query are created in the schema. I can run the query against the database using dbaccess and rows are retrieved, but one column has a null value--colname2. When I remove it from the query and rerun the program the exception is not thrown. -TU
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload