RE: Unlink command fails as well system call fails sometimes...

2006-10-20 Thread Reidy, Ron
Have you checked the return code? -Original Message- From: Ammayappa SELVAKUMAR [mailto:[EMAIL PROTECTED] Sent: Friday, October 20, 2006 10:14 AM To: dbi-users@perl.org Subject: Unlink command fails as well system call fails sometimes... Dear All, I am using unlink commad to delete a

RE: Unlink command fails as well system call fails sometimes...

2006-10-20 Thread Ronald J Kimball
Your question is unrelated to Perl DBI, so it is off-topic for this mailing list. It is possible that the permissions on the file or on the directory it's in are such that you are not allowed to delete the file. If you need more help, please try a more appropriate forum, such as

Unlink command fails as well system call fails sometimes...

2006-10-20 Thread Ammayappa SELVAKUMAR
Dear All, I am using unlink commad to delete a file . Some times it deletes and sometimes it is not... I tried with system call(rm command)... This also works sometimes and sometimes it is not... Could any one help me... Regards Selva

Need Help!!!

2006-10-20 Thread Satish Wadekar
Hi, I want a some solution on communicating with the java and perl . I have a raima database and i installed velocis DBI:DBD perl drivers on linux OS. Now, I have perl script which talks to the drivers and fetch the data and prints it on command prompt. Now, i want a soultion on talking to pe