Thread: Memory Leak ?
View Single Post

   
  #9 (permalink)  
Old 04-16-2008, 03:02 AM
Ludek Finstrle
 
Posts: n/a
Default Re: Memory Leak ?

> >>>Could you try the dll at
> >>> http://www.geocities.jp/inocchichich...dbc/index.html ?
> >>>Recently I found a memory leak in some combination of connection
> >>>options.
> >>
> >>I have tested the driver downloaded from this link .
> >>but memory leak seems still exist .

> >
> >
> >Could you tell me your connection string ?

>
> My connection string is like this (with ODBC default settings):
>
> SQLConnect(hdbc,(SQLCHAR*)szDSN, (SQLSMALLINT)strlen(szDSN),
> (SQLCHAR*)szUID, (SQLSMALLINT)strlen(szUID),
> (SQLCHAR*)szAuthStr, (SQLSMALLINT)strlen(szAuthStr));


Hiroshi needs to know the value for szDSN.

Regards,

Luf

---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster

Reply With Quote