Tidak perlu memakai recordset, pake query pb biasa aja. Contoh :
string Nama select nama into :Nama from Employee_Table; Kalo field yang mau diambil banyak, mungkin pake cara lu lebih efisien. gitu aja masukan dari gue --- Agung Nugroho Dwi Wibowo <[EMAIL PROTECTED]> wrote: > Halo tmen2.. > Saya baru nyaba blajar PB nih... > > Selama ini saya menggunakan PHP, dan saya bingung > dengan PB, > Karena semuanya serba visual. Hehehe... > Sya mau tanya, gimana caranya queri melalui script > (tidak menggunakan > data window). > Saya misalnya dengan algoritma sbb: > > SQL = "SELECT * FROM mytable" > RecordSet = CONNECTION.Execute(SQL) > > Kemudian saya ambil nilai field fieldnya, > Misalnya: > > Field1 = RecordSet.Fields[1].value > Dsb.. Dsb.. > > Tolong ya tmen2... > Thx bgt sbelumnya. > > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ----------------------------------------------- INDOPB TURUT BERDUKA CITA UNTUK ACEH & SUMUT ----------------------------------------------- IndoPB - Indonesia PB User Group To Post a message, send it to: [EMAIL PROTECTED] To Unsubscribe,send a blank message to: [EMAIL PROTECTED] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/indopb/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
