so far I know, the resiurce id is generated at kernell level and therefore you won't get the resource id for newly added resource. I too have faced the same problem some times back, the solution was to access the resource through sysresource class and than save it to a temporary file for use. It has worked with me and I feel will surelly help you.
Comments
so far I know, the resiurce id is generated at kernell level and therefore you won't get the resource id for newly added resource. I too have faced the same problem some times back, the solution was to access the resource through sysresource class and than save it to a temporary file for use. It has worked with me and I feel will surelly help you.
feel free to ask any query in this regard.
thanks
Kumar
i have tried your recommendation and it works. Thanks buddy.