Where can I find a working Java EE sample App that connects to a SQL Server database using Native Queries?
I'm using Eclipse, Microsoft SQL Server Management Studio (SSMS), glassfish,
I need to connect a Java EE application in Eclipse to a database in SSMS.
I need an app that specifically calls the SQL Server using native queries, for example "SELECT * FROM Table".
Thanks