-=-
.
.....
  
 
RSS
Direkomendasikan menggunakan brower Opera/Chrome/Firefox. Resolusi minimal 1024x768 | Powered by ____ |
 
  
 
Nikmati Delphi-ID dalam berbagai versi tampilan :
Basic View (LOW Bandwidth)
Default View (Full)
Mobile Edition
Main Menu
..:: onWebTools ::..
..:: onLastPosts ::..
goto Postjumlah komponen maksimal dalam sebuah project(6)
 by d4mnf1y32
 on 21.May at 12:16
goto Posttanya grayscale to biner dengan scanline(1)
 by luckynvic
 on 20.May at 20:44
goto Posttanya looping biner to matriks(1)
 by luckynvic
 on 20.May at 20:10
goto Postsql error:acces denied for user....(2)
 by nasbms
 on 19.May at 16:54
goto Postpemanggilan frame(4)
 by nasbms
 on 19.May at 16:14
goto Posttanya AvLock(0)
 by azuriza
 on 19.May at 11:24
goto PostGet TDBEdit Value Menggunakan LookUp Grid(10)
 by henry_sys
 on 18.May at 11:27
goto Postmenghitung record dalam perulangan(4)
 by idhiel
 on 16.May at 13:53
goto Posttanya ascii(4)
 by mas_kofa
 on 16.May at 12:11
goto PostRawPrint Untuk Delphi XE2(0)
 by adewijaya
 on 15.May at 22:34
goto Postdatabase error..(4)
 by idhiel
 on 15.May at 15:57
goto Postbekasi, pt arila putra mahkota(3)
 by mas_kofa
 on 15.May at 15:37
goto Postbagaimana cara membaca file *.doc dg delphi?(0)
 by ficky
 on 15.May at 06:14
goto Posttanya biner to matriks(13)
 by diandewi
 on 14.May at 20:30

..:: onLast Articles ::..
..:: New Download ::..
Pascal-id.Org
Feeds -  Popular -  Latest
RE: The Longue
8 months, 3 weeks ago
RE: belajar pascal
8 months, 3 weeks ago
RE: The Longue
8 months, 3 weeks ago
RE: belajar pascal
8 months, 3 weeks ago
RE: Perkenalan dan Absen
8 months, 3 weeks ago
RE: Alhamdulillah Buka Puasa Bersama
8 months, 4 weeks ago
RE: تَقَبَّلَ اللهُ مِنَّا وَمِنْكَ - Selamat Hari Raya Idul Fitri
8 months, 4 weeks ago
Lintas Situs
«
free web site stats and visitor tracking

Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
dodyOffline
Location:
Post subject: Gimana Sich Sintak select  PostPosted: 13/Nov/2008 12:47
onNovice


Joined: 23-Oct-2008
Posts: 15

Status: Offline
Dear,semua programer Delphi...

Saya bingung nich...
Cara penulisan sintak di query bde itu gmn y?
contoh :

select * xxx from xxx where aaa IN (bbbbb,ccccc,dddd)
Please...
Untuk yang master delphi pasti dah tau...
Help me Shocked Sad

Thx b-4
 
 View user's profile Send private message  
Reply with quote Back to top
jajang
Location: -
Post subject: RE: Gimana Sich Sintak select  PostPosted: 13/Nov/2008 13:54
onSkilled


Joined: 03-Sep-2008
Posts: 78
Location: -
secara tidak langung itu udah ada scritpnya di atas ?
 
 View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number 
Reply with quote Back to top
dodyOffline
Location:
Post subject: RE: Gimana Sich Sintak select  PostPosted: 13/Nov/2008 14:10
onNovice


Joined: 23-Oct-2008
Posts: 15

Status: Offline
Upps Sorii,maksud saya gini loh,saya mw tampilkan berdasarkan beberapa nm barang:

procedure TForm1.btampiltglClick(Sender: TObject);
var
tawal, takhir :tDateTime;
items,data :string;
a,b,c,d :integer;
begin
tawal:=date1.Date;
takhir:=date2.Date;
b:=table1.RecordCount;

for a:=0 to check1.Items.count-1 do
begin
if check1.Checked[a] then
begin
items:=items+'check1.Items.Strings[a]'+',';
end;
end;

c:=length(items);
for b:=1 to (c-1) do
begin
data:=data+items[b];
end;

label4.Caption:=data;

if date1.Date>date2.Date then
begin
showmessage('Format tersebut salah');
exit;
end;

query2.SQL.Clear;
query2.SQL.Add('Select*from'+QuotedStr('mutasi.db'));
Query2.SQL.Add('Where nm_product IN('+QuotedStr(label4.Caption)+')');
Query2.SQL.Add('and tanggal >=:tawal And tanggal <=:takhir');
//buat parameter
//query2.ParamByName('data').AsString:=data;
Query2.ParamByName('tawal').AsDate:=tawal;
Query2.ParamByName('takhir').AsDate:=takhir;
query2.Active:=true;
end;

klo tuk dua nama nm_productna jadi blank...
Please help me..
 
 View user's profile Send private message  
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT - 12 Hours
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic





Powered by PNphpBB2 © 2003-2009 The Zafenio Team
Credits


| Register | Lost Password ? |