Arsip: Create Database Programmatically

more 13 years ago
albie
Saya mo nanya nih, gimana cara bikin database firebird lewat program? Saya menggunakan firebird 1.5, Zeos 6.6, delphi 5. Gimana setting databasenya di ZConnection, karena kalau dikosongin kan error, padahal databasenya belum dibikin, baru akan dibikin lewat coding.
Terus gimana cara mendeteksi apakah server firebird udah running atau belum?
Thx a lot para delphier yang terhormat... :)

more 13 years ago
albie
hehe... maap maap...
soalnya project uda kelar, tinggal masalah yang satu ini.. jadi agak kusut....
thx banget ya bantuannya, aq coba liat dulu...
sekali lagi maap maap....

more 13 years ago
ardie_b
Paling gampang pake try ... exception aja
try
firebird := TFirebird.create;
finally
end;
dengan begitu pesan2 error gak muncul lagi

more 13 years ago
zieborg
pake zconnection properties,
var
props : string;
begin
.....
props := 'CreateNewDatabase=CREATE DATABASE...dst..dst...(DDL, create database command)';
ZConnection.Properties.Add(Props);
ZConnection.Connect;
end;
semoga membantu
more 13 years ago
albie
aduh makasiih banget buat @siborg ama @logic, uda kucoba, n berhasil dengan sukses hehehe... hore.... hore.... makasi makasi..... :D :D :D

more 13 years ago
albie
btw, berarti apa kita bisa execute DDL yang lain dengan cara yang sama yah? (dimasukkan ke properties ZConnection) :?:
coba dulu aahh.......

more 13 years ago
DelphiExpert
utk keperluan itu mungkin lebih tepat pake ZScript atau sejenisnya --> adakah?
more ...
- Pages:
- 1
- 2
reply |
Report Obsolete
Last Articles
- Project Group dalam Lazarus
- FastPlaz Database Explorer
- Release: FastPlaz Super Mom v0.12.22
- PascalClass #3: Web Development with Free Pascal
- Makna Pascal di Pascal Indonesia
- Kulgram : Instalasi Lazarus di Perangkat Berbasis ARM
- PascalClass #1: Analisa Database dan Machine Learning
- PascalTalk #6: (Podcast) Kuliah IT di luar negeri, susah gak sih?
- Mengenal OXYGENE – Pascal For .NET
- PascalTalk #5: UX: Research, Design and Engineer
Last Topic
- PascalTalk #6: (Podcast) Kuliah IT di luar negeri, susah gak sih?
by LuriDarmawan in Tutorial & Community Project more 4 months ago - PascalTalk #5: UX: Research, Design and Engineer
by LuriDarmawan in Tutorial & Community Project more 5 months ago - PascalTalk #4: Obrolan Ringan Seputar IT
by LuriDarmawan in Tutorial & Community Project more 5 months ago - PascalTalk #2: Membuat Sendiri SMART HOME
by LuriDarmawan in Tutorial & Community Project more 5 months ago - PascalTalk #3: RADically Fast and Easy Mobile Apps Development with Delphi
by LuriDarmawan in Tutorial & Community Project more 5 months ago - PascalTalk #1: Pemanfaatan Artificial Intelligence di Masa Covid-19
by LuriDarmawan in Tutorial & Community Project more 5 months ago - Tempat Latihan Posting
by LuriDarmawan in OOT more 1 years ago - Archive
- Looping lagi...
by idhiel in Hal umum tentang Pascal Indonesia more 8 years ago - [ask] koneksi ke ODBC user Dsn saat runtime dengan ado
by halimanh in FireBird more 8 years ago - Validasi menggunakan data tanggal
by mas_kofa in Hal umum tentang Pascal Indonesia more 8 years ago
Random Topic
- Tolong sy Konksikan USB TO Serial RS232 dgn programku
by dedidavidbala in Network, Files, I/O & System more 9 years ago - Report Untuk Delphi
by DeulleDo-X in Reporting more 15 years ago - Memberisihkan checkbox di treeview yg sudah di klik
by onsir in MySQL more 13 years ago - Mencari metoda Capture Screen yang cepat
by mat_koder in Multimedia & Graphic Enhancement more 13 years ago - Undo dan Redo di Delphi
by dadanarifin in Tip n Trik Pemrograman more 10 years ago - Cara jumlah otomatis pd tedit ?
by debby in Hal umum tentang Pascal Indonesia more 13 years ago - Size Kaos Biar Nga Trouble
by saysansay in Hal umum tentang Pascal Indonesia more 14 years ago - Mengambil skala prioritas...
by Random in Tip n Trik Pemrograman more 13 years ago - style text (bold,italic,underline)
by ianhade in Tip n Trik Pemrograman more 12 years ago - Lowongan Programmer Delphi
by tendafahmi in Hal umum tentang Pascal Indonesia more 10 years ago