Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ConnectString not release memory used
Message
From
20/03/2003 14:28:46
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
ConnectString not release memory used
Miscellaneous
Thread ID:
00768248
Message ID:
00768248
Views:
75
Hi all

Open Shell Task Manager, see VFP process memory:

run this

h=SQLCONNECT(....)
FOR I=1 TO 1000000
y=SQLGETPROP(h,"ConnectString")
NEXT
SQLdisCONNECT(h)

Is allocated and never released, approximately 130 bytes for every call.

Is un bug ?

Fabio
Next
Reply
Map
View

Click here to load this message in the networking platform