Click here to Skip to main content
15,891,761 members

Comments by juli Paris (Top 6 by date)

juli Paris 9-Feb-11 13:27pm View    
Sir I was thinking that by deleting original *.mdf file and then copy it from backup location and then restart the application, can solve the problem
juli Paris 9-Feb-11 13:17pm View    
Sir I Just want to know how can I copy one file from one place to another place using vb.
juli Paris 9-Feb-11 13:15pm View    
Sir the whole abc.mdf file. located the file which is on program files/abc/abc.mdf. Just want to copy that file to any other partition and copy back to program files/abc/ folder.
juli Paris 9-Feb-11 12:35pm View    
Thank you sir, This simple thing will solve my problem.
juli Paris 12-Jan-11 7:07am View    
after defining the function like

Function MyFuction(VarABC as Varient) as integer

I Closed the VBA and open query and want to call that function like this

abc: MyFunction(ABC)

for calculation and display the result in column the error message shows Undefined function.