0

Is there any specific function or any way by which the number of lines in a GDBM file can be counted?Otherwise, I want to retrieve all the lines in a GDBM file at once(Iam able to retrieve the key value pairs using gdbm_fetch() but only one at a time.

Nagaraju
  • 1,853
  • 2
  • 27
  • 46

1 Answers1

0

I got the solution to the above problem.

Now I am able to retrieve all the key value pairs.

Solution :here

Nagaraju
  • 1,853
  • 2
  • 27
  • 46