Re: Any chance to replace the Seek method by converting from DAO to ADO ?
From: Paul Clement (UseAdddressAtEndofMessage_at_swspectrum.com)
Date: 08/30/04
- Next message: Veign: "Re: Any chance to replace the Seek method by converting from DAO to ADO ?"
- Previous message: Paul Clement: "Re: Conn String lengthens when conn is opened"
- In reply to: Oscar: "Any chance to replace the Seek method by converting from DAO to ADO ?"
- Next in thread: Veign: "Re: Any chance to replace the Seek method by converting from DAO to ADO ?"
- Reply: Veign: "Re: Any chance to replace the Seek method by converting from DAO to ADO ?"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 30 Aug 2004 13:51:38 -0500
On Fri, 27 Aug 2004 13:12:25 +0200, "Oscar" <oku@xs4all.nl> wrote:
¤ I am trying to port a VB -Access-DAO application to a SQL Server 2K-ADO
¤ environment.
¤ Is there any chance to replace the DAO Seek method with a SQL-Server 2K ADO
¤ method ? I've tried some cursorsettings but the DBengine still reports that
¤ the seek method isn't supported by the provider.
¤ It would take a very long while to replace each .Seek method with a "SELECT
¤ * FROM ... WHERE ...." as it can't be automated.
Haven't tried Seek with SQL Server but you would also need to specify the adCmdTableDirect option in
the Recordset Open statement in addition to using a server-side cursor.
Paul ~~~ pclement@ameritech.net
Microsoft MVP (Visual Basic)
- Next message: Veign: "Re: Any chance to replace the Seek method by converting from DAO to ADO ?"
- Previous message: Paul Clement: "Re: Conn String lengthens when conn is opened"
- In reply to: Oscar: "Any chance to replace the Seek method by converting from DAO to ADO ?"
- Next in thread: Veign: "Re: Any chance to replace the Seek method by converting from DAO to ADO ?"
- Reply: Veign: "Re: Any chance to replace the Seek method by converting from DAO to ADO ?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|