Connecting to MYSQL-Database I use SQLCONNECT. This function however allocates about 60k of memory which is
never been freed.SQLDISCONNECT which is called together with SQLFREEHANDLE doesn't help and each new call to SQLCONNECT will allocate more memory.
Has anyone got an idea how to avoid this problem ?
never been freed.SQLDISCONNECT which is called together with SQLFREEHANDLE doesn't help and each new call to SQLCONNECT will allocate more memory.
Has anyone got an idea how to avoid this problem ?