udah seperti ini rs.CursorLocation = adUseClient salah ga' penulisannya???
----- Original Message ---- From: Ade Aan Wirama <[EMAIL PROTECTED]> To: [email protected] Sent: Thursday, December 7, 2006 11:41:57 AM Subject: Re: Balasan: [indoprog-vb] input berganda mas rusli, cursornya pake server-side atau client-side? coba dirubah jadi client-side. Tks & Rgds, Ade Aan Wirama --- Rusli <[EMAIL PROTECTED] com> wrote: > rs.addnew udah saya tulis, maaf lupa di lampirin. > > rs.addnew > y = 2 > For x = 1 To y > If x = 1 Then > rs("nama") = nama.Text > ElseIf x = 2 Then > rs("nama") = nama.Text > End If > rs.update > Next x > > > ----- Original Message ---- > From: Andristyanto Sagitta Pratama > <aiki_hokage37@ yahoo.co. id> > To: indoprog-vb@ yahoogroups. com > Sent: Wednesday, December 6, 2006 2:04:53 PM > Subject: Balasan: [indoprog-vb] input berganda > > boleh nanya? anda mau menyimpan data ato mau update > data? kalo mau menyimpan data sepertinya anda lupa > untuk menuliskan rs.addnew-nya. . coba taruh > perintah > itu di bawah perintah for. > > semoga membantu... > --- Rusli <[EMAIL PROTECTED] com> wrote: > > > VBers > > mau tanya dong > > > > saya punya database yg isinya ID(auto) dan Nama > > dan saya punya script > > y = 2 > > For x = 1 To y > > If x = 1 Then > > rs("nama") = nama.Text > > ElseIf x = 2 Then > > rs("nama") = nama.Text > > End If > > rs.update > > Next x > > > > tapi timbul message error " identity cannot be > > determined for newly inserted rows". > > kenapa yaa..mohon bantuan. > > > > > > > > > ____________ _________ _________ _________ _________ > _________ _ > > Do you Yahoo!? > > Everyone is raving about the all-new Yahoo! Mail > > beta. > > http://new.mail. yahoo.com > > > > [Non-text portions of this message have been > > removed] > > > > > > > ____________ _________ _________ _________ _________ > ________ > Lelah menerima spam? Surat Yahoo! mempunyai > perlindungan terbaik terhadap spam. > http://id.mail. yahoo.com/ > > > > > > ____________ _________ _________ _________ _________ _________ _ > Any questions? Get answers on any topic at > www.Answers. yahoo.com. Try it now. > > [Non-text portions of this message have been > removed] > > ____________ _________ _________ _________ _________ _________ _ Have a burning question? Go to www.Answers. yahoo.com and get answers from real people who know. ____________________________________________________________________________________ Need a quick answer? Get one in minutes from people who know. Ask your question on www.Answers.yahoo.com [Non-text portions of this message have been removed]
