Seluya, Coba cek nama pipeline objectnya, di PB tdk bisa dg huruf kapital jadi coba tulis : i_pipe.dataobject='p_b' bukan 'p_B' Regards,
Nurhamid Abdulbasith PT Avon Indonesia "Seluya" <[EMAIL PROTECTED]> Sent by: [email protected] 15/08/2005 08:40 AM Please respond to indopb To: <[email protected]> cc: Subject: RE: [indopb] Pipeline Setelah di debug Script " li_rc = i_pipe.start (sqlca, sqlca, dw_1)" Masuk ke user object p_pipe. Ke event pipestart yg scriptnya setpointer(hourglass!) Lalu masuk ke even pipeend yg scriptnya setpointer(arrow!) TIDAK masuk ke event pipemeter st_read.text = string (rowsread) st_written.text = string (rowswritten) st_errors.text = string (rowsinerror) napa yah .... ?? Jenege : script dibawah saya letakkan di window function exec_pipe(string pipe_name) return integer Panggil window function tsb di event clicked command button ck_pipe = exec_pipe('p_B') Database yang saya gunakan ASA. -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of jenenge Sent: Saturday, August 13, 2005 09:44 To: [email protected] Subject: Re: [indopb] Pipeline *********************** Your mail has been scanned by InterScan. PT. AJ Central Asia Raya ***********-*********** buat user event sembarang declare i_pipe = create p_pipe i_pipe.st_read = st_read i_pipe.st_written = st_written i_pipe.st_errors = st_errors i_pipe.dataobject = 'p_B' sebelum menjalankan start panggil dulu event di atas di open event scrip saya yng dibuat ini untuk meindahkan data dari ms acces ke postgresql selamat mencoba ----- Original Message ----- From: "Seluya" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Friday, August 12, 2005 10:13 AM Subject: [indopb] Pipeline > Dear all ...... > > > > Nanya donk .... > > Saya mempunya table A dgn field > > > > Nim > > Nama > > Kelas > > > > Table A ini mau di copy ke table B dengan penambahan field : > > > > Nim > > Nama > > Alamat > > Kelas > > > > Saya menggunakan pipeline create-add table > > > > Scrip untuk execute pipeline seperti berikut : > > > > i_pipe = create p_pipe > > > > i_pipe.st_read = st_read > > i_pipe.st_written = st_written > > i_pipe.st_errors = st_errors > > > > i_pipe.dataobject = 'p_B' > > > > li_rc = i_pipe.start (sqlca, sqlca, dw_1) > > > > > > li_rc mengembalikan nilai 1 (dlm arti berhasil), tetapi table B hanya > ke-create, data gak ada ..... > > salah dimana yah ......? > > Kalau dijalanin lgs dr pipelinenya berhasil. > > > > Mohon bantuannya > > > > > > Tks > > seluya > > > > > > > > > > [Non-text portions of this message have been removed] > > > > > ----------------------------------------------- > 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 > > > > > > ----------------------------------------------- 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 ----------------------------------------------- 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 [Non-text portions of this message have been removed] ------------------------ Yahoo! Groups Sponsor --------------------~--> <font face=arial size=-1><a href="http://us.ard.yahoo.com/SIG=12h93ml22/M=362329.6886308.7839368.1510227/D=groups/S=1705007181:TM/Y=YAHOO/EXP=1124080710/A=2894321/R=0/SIG=11dvsfulr/*http://youthnoise.com/page.php?page_id=1992 ">Fair play? Video games influencing politics. Click and talk back!</a>.</font> --------------------------------------------------------------------~-> ----------------------------------------------- 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/
