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?

Re: ADO CursorAdapters - only first is loaded by drsystems

drsystems
Fri Feb 10 13:25:15 CST 2006

Problem solved (soon after I posted) :-)

Cause:
The cursoradapter's were using the data environment source
(UseDeDataSource = .T.). When I specify the connection string for each
cursoradapter, they load correctly.

Is this a bug?