Re: EDS:: select or create table
- Posted by DerekParnell (admin) Feb 10, 2012
- 1531 views
K_D_R said...
Key_gets was not the problem.
I'm not convinced that you are correct with this assertion. What does key_gets() do?
Could the problem be that you called key_gets() differently. When using it after the NO_TABLE test, you called it with a string containing one blank ... key_gets(" ", {}) but when calling it after the length(dbtblst) < 1 test, you callied with an empty string key_gets("",{}).
Is that significant?