How to edit .mdb

  • Thread starter Thread starter wrznet
  • Start date Start date
W

wrznet

Hello !
How I may edit Microsoft Access DB using cmd ? I have an access to DB
remotely...
Is there any such tools that will allow me to add/edit/remove
tables/columns from .mdb file using only telnet (no gui) ?
Thanks.
 
wrznet said:
Hello !
How I may edit Microsoft Access DB using cmd ? I have an access to DB
remotely...
Is there any such tools that will allow me to add/edit/remove
tables/columns from .mdb file using only telnet (no gui) ?
Thanks.

You'd need a command-line utility that would communicate with the
database using only DAO or ADO methods. I don't know of any such,
though I imagine one could be written in the lanquage of your choice.
 
Back
Top