Board index » delphi » Read/Update MS Access 7.0 db from Delphi Developer 2.0 (PLEASE HELP)

Read/Update MS Access 7.0 db from Delphi Developer 2.0 (PLEASE HELP)

Greetings,

How does one setup the connection between Delphi Developer 2.0
with Microsoft Access 7.0 for Windows 95. Can someone kindly
email a specific set of instructions.

If there are any other FAQ or WEB sources relating to this
topic, your responses will be highly appreciated.

Thanks

Dinesh

 

Re:Read/Update MS Access 7.0 db from Delphi Developer 2.0 (PLEASE HELP)


Take a look at Opus DirectAccess. This product was made to get from Delphi
to Access with a minimum amount of fuss, but maximum speed.

        http://www.opus.ch/ODA

p...@opus.ch

Dinesh Punjabi <dines...@worldnet.att.net> wrote in article
<3231C20D.5...@worldnet.att.net>...

Quote
> Greetings,

> How does one setup the connection between Delphi Developer 2.0
> with Microsoft Access 7.0 for Windows 95. Can someone kindly
> email a specific set of instructions.

> If there are any other FAQ or WEB sources relating to this
> topic, your responses will be highly appreciated.

> Thanks

> Dinesh

Re:Read/Update MS Access 7.0 db from Delphi Developer 2.0 (PLEASE HELP)


Quote
Dinesh Punjabi wrote:
> How does one setup the connection between Delphi Developer 2.0
> with Microsoft Access 7.0 for Windows 95. Can someone kindly
> email a specific set of instructions.

The only way I know with Delphi Developer is to use ODBC (which
is exactly what I do).  First set up an ODBC32 data source using
the ODBC32 Administrator (in control panel) for your database.  
Then set up an ODBC Driver in the BDE32 Config.  Make an alias if
you like.  Then point your app at the alias, which in turn points to
the ODBC data source, which in turn points to the .MDB file.

BTW, yes, this is pretty slow with any amount of data in the database.

Quote
> If there are any other FAQ or WEB sources relating to this
> topic, your responses will be highly appreciated.

I have found that "Help File" that is posted on the borland
delphi support page to pretty valuable, as is this newsgroup...

Andrw
--
------------------------------------------------------
 Some people just dream about possibilities...
   ... others stay up too late and make them happen.

Re:Read/Update MS Access 7.0 db from Delphi Developer 2.0 (PLEASE HELP)


Quote
> How does one setup the connection between Delphi Developer 2.0
> with Microsoft Access 7.0 for Windows 95. Can someone kindly
> email a specific set of instructions.

check out these guys:

Opus software
www.opus.ch

Titan
www.reggatta.com

Eagle Research
www.xeaglex.com

Other Threads