Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
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?