{{theTime}}

Search This Blog

Total Pageviews

Create a Webservice using NetBeans

NetBeans provides an extraordinary development environment with its support to webservices. Go through the Netbeans tutorial to create web services.
Click here

No comments:

Generate Insert Sql from Select Statement

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