{{theTime}}

Search This Blog

Total Pageviews

My first Vaadin UI

Vaadin is a Java framework for building modern web applications that look great, perform well and and all in Java!!! No Java Script required.



1 comment:

Juliana said...

Thank you for wwriting this

Generate Insert Sql from Select Statement

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