Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problems with CommandBuilder
Message
 
À
29/11/2004 15:48:50
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00965146
Message ID:
00965537
Vues:
11
Hi Bonnie. Many thanks for your reply.
That sorted the problem but I dont understand why !!

OleDbDataAdapter oAd = new OleDbDataAdapter(this.sSelectString ,oCon);
replaced by
this.oAd = new OleDbDataAdapter(this.sSelectString ,oCon);

Why is there a difference then between the two commands ?
Are they both not initialising a New OleDbDataAdapter called oAd ?

Regards,

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

Click here to load this message in the networking platform