November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
for(int i = 1; i < inTable.Rows.Count ; i++)
to
for(int i = 0; i < inTable.Rows.Count ; i++)
and rebuild your base sample assembly.
(This will be corrected in the next version of EPiFields)
SELECT *
from a table that has 4 rows will only return rows 2-4. Has anyone had a similar problem?