Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problems with CommandBuilder
Message
 
To
29/11/2004 15:48:50
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00965146
Message ID:
00965537
Views:
12
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform