| **Navigation:**  SQL Driver Properties(General) >====== PROP:AlwaysRebind ====== | [[prop alias.htm|{{btn_prev_n.gif|Previous page}}]][[coming future.htm|{{btn_home_n.gif|Return to chapter overview}}]][[prop connectstring 1.htm|{{btn_next_n.gif|Next page}}]] | | || PROP:AlwaysRebind sets or returns the toggle that controls whether the SQL Accelerator rebinds memory locations when a NULL state changes. For all backends except MSSQL, PROP:AlwaysRebind defaults to 0 or False, so the SQL driver does not rebind memory locations when a NULL state changes. However, some SQL backends (including MSSQL) do not recheck the null state, so they must have the memory location rebound to force the change of null state. Setting PROP:AlwaysRebind to 1 or True tells the SQL Accelerator to do this extra binding.