Error 686

Message text

Cannot make a static reference to nonstatic variable '%1' in class '%2'

Item

Value

SQLCode

-686

Constant

SQLE_STATIC_REF_TO_NONSTATIC_VAR

SQLState

WW020

ODBC State

Parameter 1

the name of the nonstatic variable

Parameter 2

the name of the class

Probable cause

A static reference was attempted on nonstatic variable of a class.