Take the community feedback survey now.
                AI OnAI Off
            
        Take the community feedback survey now.
 
                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?