PDA

Click to See Complete Forum and Search --> : sql server 7.0 and ADODB: wrong .recordcount


c@lle
May 25th, 2000, 06:12 PM
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

JHausmann
May 26th, 2000, 02:32 AM
Are you installing MDAC?

c@lle
May 28th, 2000, 01:04 PM
Where can I find that?

Thanks.

shinned
May 29th, 2000, 11:41 AM
Why don't you try opening the RecordSet in a dynamic type.

example.


object.OpenRecordSet("Table", dbOpenDynaSet)


This might solve the problem.