+ All Categories
Home > Documents > Using ADO Tables in Delphi

Using ADO Tables in Delphi

Date post: 01-Jan-2016
Category:
Upload: kibo-hebert
View: 65 times
Download: 7 times
Share this document with a friend
Description:
Using ADO Tables in Delphi. Taken from: TeachITza.com. Choose ADOtable under the ADO menu on the component palette. Change settings in the Object Inspector. Change the Connection String settings by clicking on the ellipse. Click on Build…. Choose: Microsoft Jet 4.0 OLE DB Provider - PowerPoint PPT Presentation
18
Taken from: TeachITza.com
Transcript
Page 1: Using ADO Tables in Delphi

Taken from: TeachITza.com

Page 2: Using ADO Tables in Delphi

Choose ADOtable under the ADO menu on the component palette

Page 3: Using ADO Tables in Delphi

Change settings in the Object Inspector

Page 4: Using ADO Tables in Delphi

Change the Connection String settings by clicking on the ellipse

Page 5: Using ADO Tables in Delphi

Click on Build…

Page 6: Using ADO Tables in Delphi
Page 7: Using ADO Tables in Delphi

Choose:Microsoft Jet 4.0 OLE DB Provider

NotMicrosoft OLE DB Provider for ODBC Drivers

Click Next >>

Page 8: Using ADO Tables in Delphi

- Select database file

- Erase user name

Page 9: Using ADO Tables in Delphi

Click OK

Page 10: Using ADO Tables in Delphi

Click OK

Page 11: Using ADO Tables in Delphi

- Choose Table name for ADOTable - Set ADOTable Active to TRUE

Page 12: Using ADO Tables in Delphi

- Right click on ADOTable and choose Fields Editor

Page 13: Using ADO Tables in Delphi

- Right click and choose ‘Add all fields’

Page 14: Using ADO Tables in Delphi

Select all fields (use Shift and arrows), click a

Page 15: Using ADO Tables in Delphi
Page 16: Using ADO Tables in Delphi
Page 17: Using ADO Tables in Delphi
Page 18: Using ADO Tables in Delphi

Recommended