1 / 4
Microsoft SQL Server sample
40 likes | 158 Vues
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.
Télécharger la présentation
Microsoft SQL Server sample
An Image/Link below is provided (as is) to download presentation
Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author.
Content is provided to you AS IS for your information and personal use only.
Download presentation by click this link.
While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server.
During download, if you can't get a presentation, the file might be deleted by the publisher.
E N D
Presentation Transcript
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>
More Related