Sama2
Senang bisa membantu
On 8/13/08, Yul Atmasaputra <[EMAIL PROTECTED]> wrote:
> On Wed, Aug 13, 2008 at 10:15:50AM +0800, Yul Atmasaputra wrote:
>> On Tue, Aug 12, 2008 at 10:28:07PM +0700, Hendra Kusuma wrote:
>> > > dummy:='select * from kawan where id=id';
>> > dummy = 'select * fro
On Wed, Aug 13, 2008 at 10:15:50AM +0800, Yul Atmasaputra wrote:
> On Tue, Aug 12, 2008 at 10:28:07PM +0700, Hendra Kusuma wrote:
> > > dummy:='select * from kawan where id=id';
> > dummy = 'select * from kawan where id = ' + inttostr(id);
> >
> Kenapa diubah ke string? Field id di table ad
On Tue, Aug 12, 2008 at 10:28:07PM +0700, Hendra Kusuma wrote:
> > dummy:='select * from kawan where id=id';
> dummy = 'select * from kawan where id = ' + inttostr(id);
>
Kenapa diubah ke string? Field id di table adalah integer yang dimasukkan
secara auto_increment. Jadi tidak berhasil kar
On 8/12/08, YA_Putra <[EMAIL PROTECTED]> wrote:
> Rekan milis,
>
> Saya membuat procedure dengan dua parameter tipe integer untuk
> query mencari row/record di tabel. Kolom/field yang dicari tipe integer.
> Dipanggil di program utama Periksa(row,row);
> Namun hasil yang didapat adalah row/record te
Rekan milis,
Saya membuat procedure dengan dua parameter tipe integer untuk
query mencari row/record di tabel. Kolom/field yang dicari tipe integer.
Dipanggil di program utama Periksa(row,row);
Namun hasil yang didapat adalah row/record terakhir. Namun kalau
dummy:='select * from kawan where id=