Re: adodb - absolutepage

From: Hiroshi Inoue <inoue(at)tpf(dot)co(dot)jp>
To: Bjørn Ivar Katla <katla(at)bitmaker(dot)no>
Cc: "pgsql-odbc(at)postgresql(dot)org" <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: adodb - absolutepage
Date: 2010-10-28 03:57:23
Message-ID: 4CC8F4A3.9050608@tpf.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

(2010/10/28 4:58), Bjørn Ivar Katla wrote:
> Hi,
>
> I am implementing PostgreSQL as a replacement for a ms sql server web application and are using pgsqlodbc (8.4.2) on my windows IIS/.ASP against my 8.4 postgreSQL database on an ubuntu server.
>
> Part of this applications is to enable users to search data and only have 20 records displayed on each page. This is done by use of the .absolutepage property of ADODB.Recordset object. I set pagesize and when I open the recordset - the rs.absolutepage is -1
>
> Here is the parameters I set when opening the recordset.
>
> rs.CursorLocation = adUseClient
> rs.PageSize = 20
> rs.Open sql, sconn,1,3

I see .absolutePage=1 here.

Could you display .CursorType, .LockType or .CursorLocation after
opening the recordset?

regards,
Hiroshi Inoue

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Bjørn Ivar Katla 2010-10-28 12:20:18 Re: adodb - absolutepage
Previous Message Bjørn Ivar Katla 2010-10-27 19:58:58 adodb - absolutepage