coba ganti gini : "select * from orders where id = " & txtID.text , conn, 1, 3
regards eko heri --- In [email protected], Christopher Rodjito <[EMAIL PROTECTED]> wrote: > > Temans, jikalau saya inging men-query table di DB SQL. > Maka saya menggunakan syntax > "select * from orders where id = 001". Benar kan? > > Nah..menjadi masalah bagi saya, ketika saya ingin mengambil nilai ID dari textbox > > bagaimanakah coding query nya yang benar? > semalam saya mencoba dengan > "select * from orders where id = " + txtID.text + ", conn,1,3 " > > tapi pesannya malah "OBJECT REQUIRED". > > Di mana yah kesalahan saya? > > > > __________________________________________________________ > Sent from Yahoo! Mail. > A Smarter Email http://uk.docs.yahoo.com/nowyoucan.html > > [Non-text portions of this message have been removed] >
