|
 |
asp_databases thread: rs.absolutepage - access
Message #1 by "Radhakrishna M V" <speedguru@m...> on null
|
|
i'm using access & ado.
when i use rs.absolutepage , i'm getting the following error
ADODB.Recordset error '800a0cb3'
The operation requested by the application is not supported by the provider
is there any workaround
Radhakrishna M V
e-mail: speedguru@m...
---
FREE SOFTWARE DEVELOPMENT CODE, CONTENT, AND
INSIGHTS IN YOUR INBOX!
Get the latest and best C++, Visual C++, Java, Visual Basic, and XML tips, tools, and
developments from the experts. Sign up for one or more of EarthWeb?s
FREE IT newsletters at http://www.earthweb.com today!
---
You are currently subscribed to asp_databases as: $subst('Recip.EmailAddr')
To unsubscribe send a blank email to leave-asp_databases-$subst('Recip.MemberIDChar')@p2p.wrox.com
Message #2 by Stephane_Dattenny@D... on Thu, 28 Dec 2000 02:38:31 -0600
|
|
Maybe you should try to change your connection cursor location:
Conn.CursorLocation = adClientCursor
If this doesn't work, try different values for CursorType for the recordset.
Best regards / Cordialement
Stephane Dattenny
Dell Computers Corporation - EMEA Services IT - Windows DNA developer
Phone: +33 (0)4 99 75 49 88
Email: stephane_dattenny@d... <mailto:stephane_dattenny@d...>
-----Original Message-----
From: Radhakrishna M V [mailto:speedguru@m...]
Sent: 28 December 2000 02:07
To: ASP Databases
Subject: [asp_databases] rs.absolutepage - access
i'm using access & ado.
when i use rs.absolutepage , i'm getting the following error
ADODB.Recordset error '800a0cb3'
The operation requested by the application is not supported by the provider
is there any workaround
Radhakrishna M V
e-mail: speedguru@m...
---
NEED TECHNICAL TIPS, TOOLS, AND INSIGHTS? Is FREE okay?
Visit EarthWeb for the latest in IT Management, Software Development,
Web Development, Networking & Communications, and Hardware & Systems.
Click on http://www.earthweb.com for FREE articles, tutorials,
and discussions from the experts.
---
You are currently subscribed to asp_databases as: $subst('Recip.EmailAddr')
To unsubscribe send a blank email to leave-asp_databases-$subst('Recip.MemberIDChar')@p2p.wrox.com
|
|
 |