RE: killing locks on files?

2001-01-31 Thread Keith Thornburn
't do file manipulation' or something. Helpful? Keith -Original Message- From: Rick Lamb [mailto:[EMAIL PROTECTED]] Sent: 30 January 2001 23:39 To: CF-Talk Subject: RE: killing locks on files? I was wrong on my last post. It's happenning when I try to upload a file and then try

RE: killing locks on files?

2001-01-30 Thread Rick Lamb
Tuesday, January 30, 2001 3:05 PM To: CF-Talk Subject: killing locks on files? Anybody know how to kill a process lock on a file. I'm trying to rename an excel file but it's erroring out saying the a process has it locked and I need to find a way to

RE: killing locks on files?

2001-01-30 Thread Rick Lamb
romby [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 30, 2001 6:10 PM To: CF-Talk Subject: RE: killing locks on files? you can kill DSN locks using CFUSION_DISABLE_DBCONNECTIONS (4.5.x only) if a query of the excel file has caused the lock. you didn't specify what "process" has lo

RE: killing locks on files?

2001-01-30 Thread Dylan Bromby
2001 3:05 PM To: CF-Talk Subject: killing locks on files? Anybody know how to kill a process lock on a file. I'm trying to rename an excel file but it's erroring out saying the a process has it locked and I need to find a way to get a

killing locks on files?

2001-01-30 Thread Rick Lamb
Anybody know how to kill a process lock on a file. I'm trying to rename an excel file but it's erroring out saying the a process has it locked and I need to find a way to get around this. Thanks! Rick ~~ Structure your ColdFusion code with Fusebox