ADO Client Cursor Engine

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi there: This isn't exactly an Access question though it is directly related.

I believe the ADO Client Cursor Engine is installed as part of MDAC. If
that's the case, I would imagine that there are many PCs and Macs out there
that don't have the ADO Client Cursor Engine.

What would happen if I chose a client side cursor when building a web page
but the user did not have the cursor engine?

Thanks
Kurt Wimberger
 
What kind of web page are you talking?

If you are using ASP or ASP.NET to build your web page then there is nothing
needed on the client side.

If you are using a DAP (Data Access Page), then it is possible that the
client will have to download and install some components; however, this last
requirement is not limited to ADO and include the OWC (Office Web
Components).
 
Thank you Sylvain:

I am talking about classic asp. I am still confused. How can a client handle
a client-side cursor in their Mac Safari browser then? Where would they have
gotten the component to handle an ADO client cursor?

Thanks

Kurt
 
In this context, the 'client' is the ASP application, which is running on
the web server, not on the end-user's desktop. The retrieval of the data
happens on the web server, only the resulting HTML is returned to the
browser.
 
Thanks Brendan:

Talk about way over-thinking this. I really should have know that - dang.
Thanks for the wake up call!

Kurt
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top