D
Dave
Hi,
I have a ikonboard messageboard ( which is written in perl), and I have all
the databases saved locally.
However they are in a *.db, *.dnt.db format, and i cannot access them via
the standard dbmopen(%hash, $database, 0666).
It simply creates a new file instead of accessing the current one.
I had a suspicion that the version of dbm on the server ( ie the one that
created the databases at the start) is a diffenent on to the one on my
windows machine.
So i copied the perl script to the server and tried to run it there - still
unsuccessfully.
Could not open message_data-115-1055789109 (Invalid argument) at read.pl
line 36.
( I removed the .db from the filename ).
Does anyone know what the problem is. I can post a sample database if
required.
Thanks
I have a ikonboard messageboard ( which is written in perl), and I have all
the databases saved locally.
However they are in a *.db, *.dnt.db format, and i cannot access them via
the standard dbmopen(%hash, $database, 0666).
It simply creates a new file instead of accessing the current one.
I had a suspicion that the version of dbm on the server ( ie the one that
created the databases at the start) is a diffenent on to the one on my
windows machine.
So i copied the perl script to the server and tried to run it there - still
unsuccessfully.
Could not open message_data-115-1055789109 (Invalid argument) at read.pl
line 36.
( I removed the .db from the filename ).
Does anyone know what the problem is. I can post a sample database if
required.
Thanks