0
Answer

SQL SERVER VS SQLITE QUERY

Does this query work in SQL lite also or it need modification 
 
 
This below Query Works in SQL but in SQLITE it is not please assists me  
com.CommandText = "SELECT MAX(DocumentCode) AS DocumentCode FROM DocumentsHeader WHERE (DocumentCode LIKE @DocumentCode + '%')";