J
J. Ambrose Little [MVP]
I've got a couple of ADO.NET 2.0 questions that I thought I'd post here to
see what you all think.
Question One (regarding new SqlTypes):
I ran across the new types, but the current docs online at msdn2 and in the
2005 BOL do not provide any details. The types I'm unfamiliar with are:
SqlBytes, SqlChars, SqlStreamChars, and SqlXml. I think it's fairly obvious
what they're for, but I'd like to get more in-depth information about them.
There're also a bundle of *ImporterExtension types and a new StorageState
enum. Is there any advance documentation available on these types that
would help me write about them?
Second Question (more general):
Also, the docs (for 2003 and 2005) note that using SqlTypes will increase
perf because "other data types are converted to and from SqlTypes behind the
scenes." It's not really clear to me what this means, i.e., what "other
data types" are involved and in what situations this conversion would occur.
In what context does using SqlTypes offer better perf? Can anyone illumine
this topic?
Thanks.
see what you all think.
Question One (regarding new SqlTypes):
I ran across the new types, but the current docs online at msdn2 and in the
2005 BOL do not provide any details. The types I'm unfamiliar with are:
SqlBytes, SqlChars, SqlStreamChars, and SqlXml. I think it's fairly obvious
what they're for, but I'd like to get more in-depth information about them.
There're also a bundle of *ImporterExtension types and a new StorageState
enum. Is there any advance documentation available on these types that
would help me write about them?
Second Question (more general):
Also, the docs (for 2003 and 2005) note that using SqlTypes will increase
perf because "other data types are converted to and from SqlTypes behind the
scenes." It's not really clear to me what this means, i.e., what "other
data types" are involved and in what situations this conversion would occur.
In what context does using SqlTypes offer better perf? Can anyone illumine
this topic?
Thanks.