Arsip: [Help] - Zeos MySQL ServerDateTime

more 16 years ago
rydz™
Hi, anyone know how to display our date and time in mysql server using zeos ?

more 16 years ago
rydz™
i googled and found some code to display our date/time from mysql server :
qry.SQL.Add('SELECT CURRENT_TIMESTAMP AS ServerDateTime');
qry.Open;
Result := qry.FieldByName('ServerDateTime').AsDateTime;
But Zeos return me errors on ServerDateTime,
anyone can give me some ideas to get time from MySQL server?
more 16 years ago
ImanD
@rydz™
type data of var Result ?
try this:
var
hasil: TDateTime;
begin
with ZQuery1 do
begin
Close;
SQL.Text:='SELECT CURRENT_TIMESTAMP AS ServerDateTime';
Open;
hasil:=FieldByName('ServerDateTime').AsDateTime;
ShowMessage(FormatDateTime('yyyy-mm-dd hh:mm:ss',hasil));
end;
end;
successfully !
more 16 years ago
rydz™
Thanx for da information, but it is possible integrated with a Timer?
What should i do?
more ...
- Pages:
- 1
reply |
Report Obsolete
AI Forward

🚀 We're thrilled to partner with Alibaba Cloud for "AI Forward - Alibaba Cloud Global Developer Summit 2025" in Jakarta! Join us and explore the future of AI. Register now:
https://int.alibabacloud.com/m/1000400772/
#AlibabaCloud #DeveloperSummit #Jakarta #AIFORWARD
Last Articles
Last Topic
- PascalTalk #6: (Podcast) Kuliah IT di luar negeri, susah gak sih?
by LuriDarmawan in Tutorial & Community Project more 4 years ago - PascalTalk #5: UX: Research, Design and Engineer
by LuriDarmawan in Tutorial & Community Project more 4 years ago - PascalTalk #4: Obrolan Ringan Seputar IT
by LuriDarmawan in Tutorial & Community Project more 4 years ago - PascalTalk #2: Membuat Sendiri SMART HOME
by LuriDarmawan in Tutorial & Community Project more 4 years ago - PascalTalk #3: RADically Fast and Easy Mobile Apps Development with Delphi
by LuriDarmawan in Tutorial & Community Project more 4 years ago - PascalTalk #1: Pemanfaatan Artificial Intelligence di Masa Covid-19
by LuriDarmawan in Tutorial & Community Project more 4 years ago - Tempat Latihan Posting
by LuriDarmawan in OOT more 5 years ago - Archive
- Looping lagi...
by idhiel in Hal umum tentang Pascal Indonesia more 12 years ago - [ask] koneksi ke ODBC user Dsn saat runtime dengan ado
by halimanh in FireBird more 12 years ago - Validasi menggunakan data tanggal
by mas_kofa in Hal umum tentang Pascal Indonesia more 12 years ago
Random Topic
- Medapatkan nama file didelphi
by mrsatan_26 in Tip n Trik Pemrograman more 15 years ago - Topik lama... [Help]
by eksant in Tip n Trik Pemrograman more 17 years ago - Gimana Memo/Rich Edit ?
by armanefendi in Tip n Trik Pemrograman more 17 years ago - Download E-Mail
by xerion in Tip n Trik Pemrograman more 18 years ago - Mohon pendapat rekan2 ttg .NET...
by gustaman in Delphi.NET more 18 years ago - Memisahkan file *.exe dengan database MS.Access
by diko_male in Network, Files, I/O & System more 15 years ago - Zeos 7 ZQuery error Access violation saat open
by delphi_boy in FireBird more 13 years ago - bagaimana perintah sql untuk update 2 tabel yang berbeda
by ricky_seldjatem in Tip n Trik Pemrograman more 17 years ago - Hasil Print Rata Kanan
by rusli_chow in Tip n Trik Pemrograman more 16 years ago - Delphi: Today, Tomorrow and Beyond
by LuriDarmawan in OOT more 18 years ago