Origional Question:
--------------------------------------
Hi Scott,
Is there going to be any major changes for the
database Namespaces System.Data, System.Data.SQL
etc...From B1 to B2?
If so, will it only requiring revisit any existing code and replace the
Namespace that the code is referencing?
Steve Schofield
steve@a...
ScottGu Answer:
---------------------------------------
Hi Steve,
There will be some changes in the data namespace going from Beta1 to
Beta2. Specifically, I think System.Data.SQL has been renamed
"System.Data.SQLClient" and "System.Data.ADO" has been renamed
"System.Data.OleDb" (to better reflect the fact that it is an OLEDB
provider).
There are also some changes to the actual data classes and the object
model they support. Nothing major -- but enough to require a few
minutes to update once Beta2 comes out. Note that we will be shipping a
complete document describing the beta1->beta2 changes to help guide you
with this.
Hope this helps,
Scott