OLEDBError.SqlState Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the SQL state error.
public:
property System::String ^ SqlState { System::String ^ get(); };
public string SqlState { get; }
Public ReadOnly Property SqlState As String
Property Value
Remarks
For an explanation of the specific error, see your SQL documentation.