Trm kasih pa hariyanto atas ilmu baru yg d berikan buat sy akan sy coba
"hari yanto har_i20002000@yahoo.com [belajar-access]" <belajar-access@yahoogroups.com> wrote:
Sugenk Freeono ...,
Pembatasan jumlah record di Ms acces bisa memakai metode not list. Misal kita membatasi hanya melihat 4 record peratama bisa menggunakan sql:
sq = select top 4 * from t" _
" where id not in (select top " (4 * x) " id from" _
" t order by id asc) order by id asc")
x = halaman dimulai dari 0
Biar lebih spesifik (sesuai keinginan user) pembatasan tampilan record bisa dipersempit. Misal nama like 'a*'. Dan, pembatasan-pembatasan lain.
Kalau di Mysql, sql pembatasan jumlah record lebih simpel.
$dataPerPage = 4;
$noPage = 1;
$offset = ($noPage-1) * $dataPerPage;
sq = "select * from t limit $offset, $dataPerPage";
Untuk interface Ms Accces (unbond), sedangkan database menggunaan Mysql, bisa dilihat dilampiran.
Semoga bisa membantu dan memberi semangat.
Hariyanto (Surabaya)
-------------------------------------------
On Sat, 13/6/15, Sugenk Freeono sfreeono@yahoo.com [belajar-access] <belajar-access@yahoogroups.com> wrote:
Subject: Re: RE: Bls: [belajar-access] menduplikasi database
To: belajar-access@yahoogroups.com
Date: Saturday, 13 June, 2015, 5:00 PM
To pak darsono, apakah bisa front end acces d
connect ke servr mysql? Kl ya bgmn caranya ya pak
To pa hariyanto, maaf untuk membatasi ambil data sesuai
kbutuhan metode/caranya spt apa pak
Mohon maaf kl bnyk tanya mklum msh pemula pk access
Trm kasih
Sent
from Yahoo Mail on Android
From:
hari yanto
har_i20002000@yahoo.com [belajar-access]
<belajar-access@yahoogroups.com>;
To:
<belajar-access@yahoogroups.com>;
Posted by: sugeng <sfreeono@yahoo.com>
Reply via web post | • | Reply to sender | • | Reply to group | • | Start a New Topic | • | Messages in this topic (12) |
Tidak ada komentar:
Posting Komentar