append variable to table

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

    append variable to table

    Good day,
    I have got the user input from a web form in variables. & now i am trying
    to input the values into a sql server table that already exists.

    Is this possible?
    can someone give me some direction please?

    Thanks for your assistance in advance!!!

    --
    Thanks!
    Nigel
  • John Timney \(ASP.NET MVP\)

    #2
    Re: append variable to table

    Two things to read about

    ASp.NET webforms



    and ado.net



    Its usally just a case of placing the form field values as strings or int
    into your SQL statement but there are other approaches.

    --
    Regards

    John Timney
    ASP.NET MVP
    Microsoft Regional Director

    "Nigel" <Nigel@discussi ons.microsoft.c om> wrote in message
    news:91214E74-DB3D-4B8D-B233-C07FF46FE108@mi crosoft.com...[color=blue]
    > Good day,
    > I have got the user input from a web form in variables. & now i am trying
    > to input the values into a sql server table that already exists.
    >
    > Is this possible?
    > can someone give me some direction please?
    >
    > Thanks for your assistance in advance!!!
    >
    > --
    > Thanks!
    > Nigel[/color]


    Comment

    • Nigel

      #3
      Re: append variable to table

      Thanks!


      *************** **

      "John Timney (ASP.NET MVP)" wrote:
      [color=blue]
      > Two things to read about
      >
      > ASp.NET webforms
      >
      > http://samples.gotdotnet.com/quickst...noverview.aspx
      >
      > and ado.net
      >
      > http://samples.gotdotnet.com/quickst...sOverview.aspx
      >
      > Its usally just a case of placing the form field values as strings or int
      > into your SQL statement but there are other approaches.
      >
      > --
      > Regards
      >
      > John Timney
      > ASP.NET MVP
      > Microsoft Regional Director
      >
      > "Nigel" <Nigel@discussi ons.microsoft.c om> wrote in message
      > news:91214E74-DB3D-4B8D-B233-C07FF46FE108@mi crosoft.com...[color=green]
      > > Good day,
      > > I have got the user input from a web form in variables. & now i am trying
      > > to input the values into a sql server table that already exists.
      > >
      > > Is this possible?
      > > can someone give me some direction please?
      > >
      > > Thanks for your assistance in advance!!!
      > >
      > > --
      > > Thanks!
      > > Nigel[/color]
      >
      >
      >[/color]

      Comment

      Working...