Function to escape characters

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Charles Stanley

    Function to escape characters

    Hi All,

    Surely there must be a C# function or method that will return a string with
    the requisite characters "escaped" for input into an SQL database?

    Suggestions?

    Thanks,

    Charles Stanley


  • Ignacio Machin

    #2
    Re: Function to escape characters

    Hi Charles,

    AFAIK it does not exist.

    Cheers,

    --
    Ignacio Machin,
    ignacio.machin AT dot.state.fl.us
    Florida Department Of Transportation

    "Charles Stanley" <chuck@wizardwa re.com> wrote in message
    news:3%Ndb.3379 $La.1553@fed1re ad02...[color=blue]
    > Hi All,
    >
    > Surely there must be a C# function or method that will return a string[/color]
    with[color=blue]
    > the requisite characters "escaped" for input into an SQL database?
    >
    > Suggestions?
    >
    > Thanks,
    >
    > Charles Stanley
    >
    >[/color]


    Comment

    Working...