barathymathialagan
Programmer
Hi
This is my sql code in asp
sSql1 = "SELECT First(clid) AS clid, clLoanNo FROM client whERE (((clRegion)='" & region &"') AND ((class)='Active' )) GROUP BY clLoanNo ORDER BY clLoanNo"
I got the following error.
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[Microsoft][ODBC SQL Server Driver][SQL Server]'First' is not a recognized function name.
Any one can help me?
Thanks
Barathy
This is my sql code in asp
sSql1 = "SELECT First(clid) AS clid, clLoanNo FROM client whERE (((clRegion)='" & region &"') AND ((class)='Active' )) GROUP BY clLoanNo ORDER BY clLoanNo"
I got the following error.
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[Microsoft][ODBC SQL Server Driver][SQL Server]'First' is not a recognized function name.
Any one can help me?
Thanks
Barathy