P
Paul Milner
Hi
Thomas was good enough to pass on this code to close a
record set after it has downloaded to help stop a
database from exeeding it's connection limit.
He said that it will need to be modified to to handle FP
naming convention. How? and How can I test to see if it
is working
Best wishes
Paul M
Close Connection:
<%
Connection.Close
Set Connection = Nothing
%>
Close Recordset:
<%
fp_rs.Close
Set fp_rs = Nothing
%>
I normally place these after the closing </html>
Thomas was good enough to pass on this code to close a
record set after it has downloaded to help stop a
database from exeeding it's connection limit.
He said that it will need to be modified to to handle FP
naming convention. How? and How can I test to see if it
is working
Best wishes
Paul M
Close Connection:
<%
Connection.Close
Set Connection = Nothing
%>
Close Recordset:
<%
fp_rs.Close
Set fp_rs = Nothing
%>
I normally place these after the closing </html>