1

Well i have a berkeleydb file and i wish to parse it with php. Are there any examples i could use on how to do this?

The only catch is, the file is huge, like 500+ megabytes(and rising to this day).

dikidera
  • 2,004
  • 6
  • 29
  • 36
  • http://stackoverflow.com/questions/3073342/does-anyone-have-any-experience-using-berkeley-db-with-php – Nate C-K Sep 06 '11 at 00:28

2 Answers2

2

The use of the DBA functions along with the appropriate handler (db2, db3, or db4) will allow you to use BDB files.

Ignacio Vazquez-Abrams
  • 776,304
  • 153
  • 1,341
  • 1,358
1

If you download the full source from the Oracle website (link) it comes with a very simple PHP demonstration as well as source code for the driver.