Here is my issue:
CREATE QUERY hQuery.
hQuery:SET-BUFFERS(hBuffer).
hQuery:QUERY-PREPARE("/*my conditions*/").
hQuery:QUERY-OPEN().
hBuffer is my buffer handle.
I want to create a temp-table from this hBuffer.How?Pls help
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
See “CREATE TEMP-TABLE statement” in on-line help. An example is shown and i believe you can just replace the static table buffers with your dynamic buffer handle….