Re: Empty string

Tech-Archive recommends: Speed Up your PC by fixing your registry

From: Aaron [SQL Server MVP] (ten.xoc_at_dnartreb.noraa)
Date: 11/11/04


Date: Thu, 11 Nov 2004 14:53:57 -0500

I asked for a definition of empty string. To me, that's SPACE(0), not
SPACE(1).

-- 
http://www.aspfaq.com/
(Reverse address to reply.)
"Adam Machanic" <amachanic@hotmail._removetoemail_.com> wrote in message
news:#KGvagCyEHA.3400@TK2MSFTNGP10.phx.gbl...
> I believe the OP said it was an empty string?
>
> -- 
> Adam Machanic
> SQL Server MVP
> http://www.sqljunkies.com/weblog/amachanic
> --
>
>
> "Anith Sen" <anith@bizdatasolutions.com> wrote in message
> news:uoK1udCyEHA.1956@TK2MSFTNGP14.phx.gbl...
> > >> Can you post code to reproduce your problem?
> >
> > INSERT @table SELECT SPACE(1) ;
> >
> > -- 
> > Anith
> >
> >
>
>


Relevant Pages

  • Re: Empty string
    ... I believe the OP said it was an empty string? ... SQL Server MVP ... >>> Can you post code to reproduce your problem? ...
    (microsoft.public.sqlserver.server)
  • Re: Date Problem
    ... NULL!= "empty string"! ... No single quotes around NULL, ... > If i leave it blank for ActiveDate and InActiveDate, it will become> 01/01/1900 in the server not null ... >> (Reverse address to reply.) ...
    (microsoft.public.sqlserver.programming)
  • Re: User function in pipe
    ... > Stachu 'Dozzie' K. napisal: ... >>> give me empty string. ... >>> reverse() ... Does your function read data from STDIN? ...
    (comp.unix.shell)
  • Re: User function in pipe
    ... > Stachu 'Dozzie' K. napisal: ... >>> give me empty string. ... echo $| reverse ... Unix Guy Consulting, LLC ...
    (comp.unix.shell)
  • Re: My own version of replace
    ... Maybe so, but that isn't what string.Replace does so if you are trying to reproduce the behavior of that you'll need to find the match across the group and replace the group, taking into account that the number of elements in the replacement group might be more or less than the number of elements they are replacing. ... string.Replace also supports passing null or an empty string as the "replace with" value, with the result being that matched items are removed from the original string. ... Tom Porterfield ...
    (microsoft.public.dotnet.languages.csharp)