{{theTime}}

Search This Blog

Total Pageviews

The import org.junit cannot be resolved

- Junit jar file missing in class path


- Add to the classpath.

No comments:

Generate Insert Sql from Select Statement

SELECT 'INSERT INTO ReferenceTable (ID, Name) VALUES (' +        CAST(ID AS NVARCHAR) + ', ''' + Name + ''...