Cursors: Viewing a Recordset

D

DanjoMan

Using ADO / Access / Active Server Pages.

When opening a connection isn't the default adOpenStatic?

prst.Open psql, pcon, adOpenStatic, adLockOptimistic

I tried using adOpenDynamic and it failed... why?

What is the reason for adLockOptimistic?

Why specify cursors at all?

The application overall will have about 250 users max (perhaps a few at a
time).

What do I need to understand going in?
 
Top