Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
CA with OLEDB - can´t open two CA using DE.Datasource
Message
De
30/05/2003 13:54:06
 
 
À
30/05/2003 12:24:49
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00794573
Message ID:
00794655
Vues:
11
Hi Ricardo.

>Is it possible to open two CursorAdapter sharing the same conection with ADO?

Yes, but not sharing the same DataSource (which is an ADO Recordset object). Don't set CursorAdapter.UseDEDataSource to .T.; instead, set it to .F. and put a different Recordset into the DataSource property of each CursorAdapter. However, you only need to create a single ADO Connection object, open it, and set CursorAdapter.DataSource.ActiveConnection to it.

Doug
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform