|
-
May 25th, 2000, 06:12 PM
#1
Thread Starter
Addicted Member
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
-
May 26th, 2000, 02:32 AM
#2
Frenzied Member
-
May 28th, 2000, 01:04 PM
#3
Thread Starter
Addicted Member
mdac
Where can I find that?
Thanks.
-
May 29th, 2000, 11:41 AM
#4
New Member
Why don't you try opening the RecordSet in a dynamic type.
example.
Code:
object.OpenRecordSet("Table", dbOpenDynaSet)
This might solve the problem.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|