40 likes | 143 Views
Microsoft SQL Server sample. This shows several samples pulling data from Sql Server. This accesses mssql.windwardreports.com with a username of demo and a password of demo. This DB has Northwind and AdventureWorks on it. You can repeat information without placing it in a table.
E N D
Microsoft SQL Server sample This shows several samples pulling data from Sql Server. This accesses mssql.windwardreports.com with a username of demo and a password of demo. This DB has Northwind and AdventureWorks on it.
You can repeat information without placing it in a table • <wr:forEach select="select * from Employees" var="employees"><wr:out value="${employees.FirstName}"/> <wr:out value="${employees.LastName}"/> • </wr:forEach>