Displaying 1 result from an estimated 1 matches for "uniq_key".
Did you mean:
uni_key
2005 Jul 31
0
work with dbdbd file
work with dbdbd fileHi All!
To begin with sorry for my bad English :-)
I use dbdbd for my project:
..
db = DBDB.new("%7c%1c%2c%")
#db.uniq_key = 2
db.tie(file_name)
db.read
..
In the end I need to delete file that I use.
But "File.delete(file_name)" or "File.unlink(file_name)"
It shows:
"Permission denied - AS400_IMPORT/WDB.X105070727"
Does any one know how to finish work with dbdbd file?
Thanks
________...