Results 1 to 4 of 4

Thread: sql server 7.0 and ADODB: wrong .recordcount

  1. #1

    Thread Starter
    Addicted Member c@lle's Avatar
    Join Date
    Oct 1999
    Location
    Belgium
    Posts
    179

    Angry

    BIG problem:
    I developed an application, using ADODB.recordset
    I use the .recordcount, .absoluteposition, etc. and this is working correctly ONLY if I install also SQL Server Entreprise Manager on the client workstation!

    Does somebody know what patch or so I have to install on the clients to be able to run my program without having to install the Entreprise Manager???

    Thanks a lot
    Me

  2. #2
    Frenzied Member
    Join Date
    Aug 1999
    Location
    Santa Clara, Ca , 95058
    Posts
    1,105
    Are you installing MDAC?

  3. #3

    Thread Starter
    Addicted Member c@lle's Avatar
    Join Date
    Oct 1999
    Location
    Belgium
    Posts
    179

    Question mdac

    Where can I find that?

    Thanks.

  4. #4
    New Member
    Join Date
    May 2000
    Posts
    6
    Why don't you try opening the RecordSet in a dynamic type.

    example.

    Code:
      object.OpenRecordSet("Table", dbOpenDynaSet)
    This might solve the problem.
    Shinned
    Email : [email protected]
    Home : http://www.geocities.com/shinned

    VB Ver : 6.0

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width