Environment: ADO Cursor Adapters, connecting to an SQL 2005 DB.
I have found that only the cursoradapter specified as
'InitialSelectedAlias' in the form's data environment will be loaded.
All other ADO-connect-type cursoradapters do not load.
If I change the connection type from ADO, to ODBC all cursoradapters
are in the datasession and loaded correctly.
Can anyone steer me in the right direction?