GL SOFT INDIA

Fusion of Web, Mobile & Desktop Applications.

Showing posts with label split. Show all posts
Showing posts with label split. Show all posts
Monday, January 12, 2009

Sql Split function

›
CREATE   FUNCTION  Split (      @StringToSplit  varchar (2048),      @Separator  varchar (128) ) RETURNS   TABLE   AS   RETURN WITH  CTE  AS...
Friday, November 7, 2008

String manipulations

›
        Dim strSample As String = "Left Center Right"         'left         strSample = strSample.Substring(0, 4)         ...

String manipulations

›
        Dim strSample As String = "Left Center Right"         'left         strSample = strSample.Substring(0, 4)         ...
›
Home
View web version

About Me

ss02
View my complete profile
Powered by Blogger.