Friday, March 3, 2017
Simple Database Application by Sofi Rahmatulloh
Simple Database Application by Sofi Rahmatulloh
Hy, reader, today the weather in my town is bad, but its okay. It cant beat my spirit to write this important articel. Today I share an articel named "How To Make A Simple Database Application".
In This articel I just explain the connection between delphi and ms acces.
Refer to the title "How To Make A Simple Database Application".
So, firstly we must to create database.
We make it by using microsoft access.
The steps are :
- Open the microsoft access.
- Make database, save using 2002-2003 (because its stabil).
- Make table. For the easiest way to make table use design view.
- When ms access ask to save, click save.
- Then, make some field of the table.
- Then save the table.
- Change to datasheet view, and fill your table.
- Save.
First. Make ado connection, ado table, and data source like this picture. Both ado connection and ado table, you can find in ado tabs. And data source you can find in data access. Like this picture.
![]() |
You may also click twice at ADO connection. So appear form like this picture :
![]() |
![]() |
Choose Micosoft Jet 4.0 OLE DB Provider, and click next.
And Click Test Connection, if success.
So appear form like this picture :

You can also, rename your ADO Connection :
Then, Click ADO table, In Object Inspector, change connection to be "koneksi", Cange name as you want, cange table name with your table at ms access.

Then, Click data source. Cange data set to be "name of your ado table". And dont forget to give the name of your data source.
Like this picture :



Okey, from this step, you can look your database in DBGrid.
But DBGrid look untidy.
If you want your DBGrid look good looking.
You must configure DBGrid Column width.
Clict twice your DBGrid. Then right click and add all field. Click which column you wanna configure.
In column object inspector, change width. If you wanna cange column color, cange color in column object inspector.
Ok, Its all my articel today. Simple Database Application by Opimus Click. "How To Make A Simple Database Application". To be continued....
Available link for download
Labels:
application,
by,
database,
rahmatulloh,
simple,
sofi


