Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Delphi and Access!

Status
Not open for further replies.

cvaval

Programmer
Mar 25, 2002
5
HT
Hi,
I'm creating a program in delphi, and the database that I have to use is in Ms Access.I used to use delphi with interbase.I tried to call the Access database by creating an alias with a standard object, but it hasn't worked.
What should I do to use the Ms Access database with delphi?
Thanks.
 
Create the alias with the MSACCESS type S. van Els
SAvanEls@cq-link.sr
 
You should use ADO Objects for that.
ADOConnection and ADOQuery
Simply put them on your TForm and fill the fields datasource with your database path.
RTKEAN
 
Thank you very much. I'll try it
CHarlotte
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top