ODBCError.SqlState Property

Definition

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.

Applies to