Click here to Skip to main content
15,902,492 members

Comments by uRLuVRJoNNeL (Top 5 by date)

uRLuVRJoNNeL 1-Apr-15 0:42am View    
Sorry im just new here , Im still searching for other way , but if ever there is no other way , I tell him that he must Stop the SQL Service before doing the backup. That is the only solution and I know it was the best way. Sorry about the abusive Idea that I have.
uRLuVRJoNNeL 31-Mar-15 23:31pm View    
I count the number of images appear , i thought there are something I could answer at the end of clip , haha You got me , Thanks , it lessen my Stress about the Problem i've encounter. :) Thanks , I appreciate it
uRLuVRJoNNeL 31-Mar-15 23:26pm View    
I already tell it to my brother that it can cause a very Unusual Error , I mean a BSOD and a data loss , actually the main Objective is to allow my app to copy a SQL Server Database File(s) even the Service is running. But Thanks for your answers. I appreciate it.
uRLuVRJoNNeL 31-Mar-15 12:06pm View    
im interested in your code , i'm having a problem about my app

i am currently developing a program that can backup files
but my problem now is whenever i try to copy those Handled/Locked Files
there is an error and it won't copied.

the solution for me is to unlock the file by Closing the Handle of the Process to the File.

I think it will work but i need to determine first what process(s) handled the file
then when i app found out that is locked by the target Process(s)
Those handles to the file will be forced closed by using win32 API
uRLuVRJoNNeL 31-Mar-15 12:06pm View    
im interested in your code , i'm having a problem about my app

i am currently developing a program that can backup files
but my problem now is whenever i try to copy those Handled/Locked Files
there is an error and it won't copied.

the solution for me is to unlock the file by Closing the Handle of the Process to the File.

I think it will work but i need to determine first what process(s) handled the file
then when i app found out that is locked by the target Process(s)
Those handles to the file will be forced closed by using win32 API