I am having a strange problem with Sybase 10.5.
I have a function that go to Sybase to load some data. Each call will start with dbopen and end with dbclose.
The call succeeded for the 1st and 2nd time.
One the 3rd call, the error handler got the above message when dbopen is called. dbopen will return with an error.
On the 4th call, dbopen will coredump
I am not familiar with dbms. What happens in dbopen would requires it to close interfaces file?
Thanks!
I have a function that go to Sybase to load some data. Each call will start with dbopen and end with dbclose.
The call succeeded for the 1st and 2nd time.
One the 3rd call, the error handler got the above message when dbopen is called. dbopen will return with an error.
On the 4th call, dbopen will coredump
I am not familiar with dbms. What happens in dbopen would requires it to close interfaces file?
Thanks!