From: "Arne Ortlinghaus" <Arne.Ortlinghaus@acs.it>
Newsgroups: comp.databases.oracle.tools,microsoft.public.access.odbcclientsvr,microsoft.public.data.odbc,microsoft.public.sqlserver.odbc
Subject: Re: Leaky ODBC
Date: Wed, 8 Aug 2001 08:15:58 +0200
Lines: 9
Message-ID: <9kqlio$5r8kc$1@ID-89958.news.dfncis.de>
References: <9kp7oo$8pg$1@ih292.ea.unisys.com>
NNTP-Posting-Host: 62.110.69.226
X-Trace: fu-berlin.de 997251480 6136460 62.110.69.226 (16 [89958])
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 5.50.4133.2400
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400


Perhaps you should execute a
SQLFreeStmt(SQL_CLOSE)
    and a
SQLFreeStmt(SQL_Drop)
for every SQLExecDirect. and allways allocate it newly.

Arne



