Re: Delphi Databases

Posted by han77 on January 22, 2004

In Reply to: Delphi Databases posted by David on January 15, 2004


First create table structure in access
Create ODBC and refers to your access file

Use BDE database component or ADO database
component to connect to ODBC
Just look in delphi demos


[ Delphi Forum ]