Board index » delphi » How do I use MS Access Tables via Delphi?

How do I use MS Access Tables via Delphi?

Well, subj actually......  PLS HELP!!!
 

Re:How do I use MS Access Tables via Delphi?


You have 4 options:

1. Add an alias of type MSACCESS in the BDE Administrator. This will use the
BDE to access MS Access using DAO (BDE 4 and up).
2. Add a DSN of type Microsoft Access database (*.mdb) in the ODBC-32
Administrator. This will use the BDE to access the MS Access ODBC driver.
3. In Delphi 5 you can use ADOExpress to access MS Access. This will use ADO
to access MS Access.
4. Use a BDE replacement like DiamondAccess or DiamondADO (www.islamov.com).
This will use DAO or ADO to access MS Access (really fast).

"Kostya" <k...@carrier.kiev.ua> schreef in bericht
news:8cu68n$hk1$1@news.lucky.net...

Quote
> Well, subj actually......  PLS HELP!!!

Other Threads