Bookmark di ADODB memungkinkan anda menyimpan 'tanda' ada record tertentu.
jika dulu jaman DBF/Clipper setiap record itu ana RecordNumbernya. kita bisa
langsung pake perintah semacam 'goto' (sorry udah lupa) untuk menuju ke
suatu record tertentu.

Nah, konsep record number spt nya sudah usang di jaman RDBMS.

Bookmark harus disupport oleh CursorType. ini tergantung dari CursorType
anda, coba paksakan CursorType ke selain adOpenForwardOnly karena tipe ini
memang defaultnya ADODB dan tidak support untuk Bookmarking. selain itu
CursorType ini tidak mendukung rcs.MovePrevious, maunya rcs.MoveNext terus.

asumsi: object untuk conn sudah anda buat..

set rcs = Server.CreateObject("ADODB.recordset")
rcs.CursorType = adOpenStatic
rcs.Open "<sql_anda>", conn

Mungkin ada baiknya anda sisipkan potongan kode yang menjadi masalah dan
sedikit gambaran ttg. struktur database anda sehingga bisa lebih jelas
permasalahannya.

On 6/6/07, dewi indah <[EMAIL PROTECTED]> wrote:
>
> rekan milist saya mau tanya tentang ASP,program yang saya buat adar error
> spt ini : ADODB.Recordset error '800a0cb3'
>   Current Recordset does not support bookmarks. This may be a limitation
> of the provider or of the selected cursortype.
>   DODB.Recordset error '800a0cb3'   Current Recordset does not support
> bookmarks. This may be a limitation of the provider or of the selected
> cursortype.
>

...del...

-- 
// syarifl.com


[Non-text portions of this message have been removed]



-- 
www.itcenter.or.id - Komunitas Teknologi Informasi Indonesia 
Gabung, Keluar, Mode Kirim : [EMAIL PROTECTED] 
## Jobs: itcenter.or.id/jobs ## Bursa: itcenter.or.id/bursa ##

## Jaket ITCENTER tersedia di http://shop.itcenter.or.id 
 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/ITCENTER/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/ITCENTER/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> 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/
 

Kirim email ke