2

I want to read the data from .CDB files which seems to be a SQLite 3 database files. I want to read data and handle it using PHP. Can you please suggest me a solution for that?

I tried ADOdb for PHP where the CDB format is not supporting in SQLite driver.

Thanks in advance.

Abu Sithik
  • 287
  • 1
  • 5
  • 18
  • see http://php.net/manual/pl/function.dba-open.php and http://www.java-samples.com/showtutorial.php?tutorialid=988 – Amir Mar 13 '13 at 05:42
  • Thanks @Amir for your support. I am testing the code snippets from the link. Will get back here with results. – Abu Sithik Mar 13 '13 at 09:48
  • @Amir the dba wrapper was not working with the file which I am having (cdb). I got this cdb database file form CAMI software. This format is not supporting in PHP's DBA I guess. Is there any other way? – Abu Sithik Mar 18 '13 at 09:52

0 Answers0