How do I connect to postgresql access?



How do I connect to postgresql access?..

Answer / Teg Bahadur Singh

Access (.mdb) is a database format used by Microsoft's Jet Database Engine, not PostgreSQL. To work with PostgreSQL, you need to use a tool that supports PostgreSQL such as pgAdmin or psql.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Postgre Interview Questions

What is a delete query?

1 Answers  


How do you delete data on pgadmin?

1 Answers  


How do you create a database in pgadmin 3?

1 Answers  


What does truncate table do?

1 Answers  


Who maintains postgresql?

1 Answers  


How to check if postgres is running?

1 Answers  


Explain multi version concurrency control.

1 Answers  


Can postgresql scale horizontally?

1 Answers  


How do I find the size of a postgres table?

1 Answers  


Can composite key be null?

1 Answers  


Is postgresql distributed?

1 Answers  


How to call postgresql function in asp net?

1 Answers  


Categories