use .mdb file in linux

Asked by alsar

I'm having a .mdb file with details of inventory of items,price,its location in store,etc.Now I'm using a program in VB
to access the .mdb file .How can I use the same .mdb file in Ubuntu & how to write a program to access this database,just
like VB ?
Any help please..

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Tony Mugan
Solved:
Last query:
Last reply:
Revision history for this message
Best Tony Mugan (tmugan) said :
#1

You can install the mdbtools to achieve this

In a terminal window (Applications menu, Accessories) type

sudo apt-get install mdbtools mdbtools-dev mdbtools-gmdb

This will add an MDB viewer to your Applications menu, Office

Revision history for this message
alsar (seelectronics) said :
#2

Thanks Tony Mugan, that solved my question.