1

I am having a test.db file. i Googled about how to open it but didn't find anything good. I don't want to use SQLite or any other tool.

I tried using dba_open() function but it didn't work out and gives an error call to undefined function.

Can anyone suggest some useful resource or idea?

5
  • What kind of DB is that, can you post some code and more information? Commented Oct 2, 2014 at 10:39
  • Is the file a microsoft access database? Commented Oct 2, 2014 at 10:40
  • @Seçkin, it could be anything, it could be an image called test.db. But we will never know, OP does not want to use ANY database tool. Commented Oct 2, 2014 at 10:41
  • 2
    @davidkonrad it's a plane! .... Commented Oct 2, 2014 at 10:42
  • i extracted this file from cookies. Commented Oct 2, 2014 at 10:43

1 Answer 1

0

To use the DBA Abstraction Layer functions, they must be installed and enabled, either yourself or by your hosting provider.

You also need to make sure that your file is supported by one of the DBA handlers.

Sign up to request clarification or add additional context in comments.

2 Comments

How will i know which DBA handlers my file supports?

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.