Hi Stefan, the database I connected to was populated using strings, so no NUL terminators. If I have control of database load, I guess I could add a NUL character to the end of the input strings, which would allow me to cast to cstring on retrieval.
Thank you for the response...it was helpful! Now I need to learn about alloc() and copyMem().
