-
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
-
-
mdac
Where can I find that?
Thanks.
-
Why don't you try opening the RecordSet in a dynamic type.
example.
Code:
object.OpenRecordSet("Table", dbOpenDynaSet)
This might solve the problem.