Sebelum membuat aplikasi Delphi dengan database postgresql di delphi XE8, ada beberapa tool yang harus kita siapkan.
- postgresql enterprisesb, untuk mengolah database.
- library dll postgresql utk delphi download posgresdac disini.
- settting di delphi.
#Masalah: Delphi XE tidak bisa konek dengan postgreSQL via FDconnection
##solusi : instal aplikasi dari microolap tadi download posgresdac disini yang berisi library untuk postgresql
settingan di FDconnection:
driver : PG
username : *sesuai rolename
password : *sesuai role password
port : 5432
server:localhost
database: *nama database postgreql (dienterprise)
##HASIL: postgresql sudah terkoneksi dengan delphi. Selamat koding..
databasedelphidelphivcldelphixe8enterprisedbenterprisedbdelphifiredacfiremonkeypostgresqlpostgresqldelphi
Share This :
0 comments