How do I close my DB after I update using the code below:<br>
<cfquery name="ItWorks" datasource="IPdda"><br>
UPDATE IPtbl<br>
SET IPaddress='#CGI.REMOTE_ADDR#', hostname='#CGI.REMOTE_HOST#'<br>
</cfquery><br>
<br>
When I look at my directory containing the DB, there is a locked version that won't go away and I can't use the DB. Is there something wrong with my code. Any help is appreciated.<br>
<br>
<br>
Brian
<cfquery name="ItWorks" datasource="IPdda"><br>
UPDATE IPtbl<br>
SET IPaddress='#CGI.REMOTE_ADDR#', hostname='#CGI.REMOTE_HOST#'<br>
</cfquery><br>
<br>
When I look at my directory containing the DB, there is a locked version that won't go away and I can't use the DB. Is there something wrong with my code. Any help is appreciated.<br>
<br>
<br>
Brian