{{theTime}}

Search This Blog

Total Pageviews

The Java 6.0 Compiler API

Good article to compile java program using java compiler tools.
The Java 6.0 Compiler API:

'via Blog this'

No comments:

Generate Insert Sql from Select Statement

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