QA

for RuBoard

Q&A

Q1:

How will I know when to use CommandBuilder or not?

A1:

The data access requirements must correspond to the single-table limitation, the unique column or primary key requirement along with no related table functionality that could cause data update discrepancies (like foreign key constraints, and so on). If you have met this criteria, save yourself a bunch of coding and use CommandBuilder !

Q2:

Do I do the same type of coding for the SqlDataAdapter that I would do for the OleDbDataAdapter ?

A2:

Yes! There is basically no difference in the coding approach for either DataAdapter . Both can use the CommandBuilder capability.

Q3:

What if I don't refresh the SELECT statement's metadata when the statement is changed?

A3:

Unpredictable results will occur. Very often you will see the error of a new referenced column is not available. Be sure to refresh the metadata after any SELECT statement change!

for RuBoard


Sams Teach Yourself ADO. NET in 24 Hours
Sams Teach Yourself ADO.NET in 24 Hours
ISBN: 0672323834
EAN: 2147483647
Year: 2002
Pages: 237

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net