A quick one (I hope!)

Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default A quick one (I hope!)

    I have a page that adds a new user to a db when they sign up.

    This creates a new autonumbered entry in the db. I then want to use this
    number as a session object. How can I retrive this number at the point of
    creation?

    Thanks.


    Sergio Orrego Guest

  2. Similar Questions and Discussions

    1. without much hope
      Hi, I have used Contribute for a few client sites with reasonable success. Today I visit a client and try to set up a connection to his site on his...
    2. i hope i am going in....
      the right direction here, i just purchased coldfusionmx 7 construction kit book, dl the server, and am set to learn as much as possible, what had me...
    3. An easy one I hope
      I want to redirect to a page if a variable is greater than 1 so I'm using the following code but get an incorrect syntax error, can somebody please...
    4. I hope it's ok
      Hi, I have taken the liberty to put an ad for two programs which have been developped in France. I hope it's okay with you. The details in...
    5. The ONLY Hope for mankind
      Major vendor backing has led Linux to emerge as the only operating system likely to stop Microsoft dominating the middle- and high-end of the server...
  3. #2

    Default Re: A quick one (I hope!)

    What kind of database?
    [url]http://www.aspfaq.com/2174[/url]

    Ray at work

    "Sergio Orrego" <sergio@dial.pipex.com-nospam> wrote in message
    news:7lGhb.1012$Cw3.194@newsfep1-gui.server.ntli.net...
    > I have a page that adds a new user to a db when they sign up.
    >
    > This creates a new autonumbered entry in the db. I then want to use this
    > number as a session object. How can I retrive this number at the point of
    > creation?
    >
    > Thanks.
    >
    >

    Ray at Guest

  4. #3

    Default Re: A quick one (I hope!)

    [url]http://support.microsoft.com/?kbid=232144[/url]


    --
    ================================
    [url]http://www.ASPkey.net/[/url]
    A Resource Site for Web Developers
    *Free OnLine web Tools
    *Free development services
    ================================

    "Sergio Orrego" <sergio@dial.pipex.com-nospam> wrote in message
    news:7lGhb.1012$Cw3.194@newsfep1-gui.server.ntli.net...
    > I have a page that adds a new user to a db when they sign up.
    >
    > This creates a new autonumbered entry in the db. I then want to use this
    > number as a session object. How can I retrive this number at the point of
    > creation?
    >
    > Thanks.
    >
    >

    TJS Guest

  5. #4

    Default Re: A quick one (I hope!)

    MS SQL Server 2000

    Thanks.


    "Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in message
    news:OQMni#3jDHA.1884@TK2MSFTNGP09.phx.gbl...
    > What kind of database?
    > [url]http://www.aspfaq.com/2174[/url]
    >
    > Ray at work
    >
    > "Sergio Orrego" <sergio@dial.pipex.com-nospam> wrote in message
    > news:7lGhb.1012$Cw3.194@newsfep1-gui.server.ntli.net...
    > > I have a page that adds a new user to a db when they sign up.
    > >
    > > This creates a new autonumbered entry in the db. I then want to use this
    > > number as a session object. How can I retrive this number at the point
    of
    > > creation?
    > >
    > > Thanks.
    > >
    > >
    >
    >

    Sergio Orrego Guest

  6. #5

    Default Re: A quick one (I hope!)

    Looks good to me guys! I shall study and learn.

    Thanks for your time.

    Sergio.


    "TJS" <nospam@here.com> wrote in message
    news:voeeieg4obqsc9@corp.supernews.com...
    > [url]http://support.microsoft.com/?kbid=232144[/url]
    >
    >
    > --
    > ================================
    > [url]http://www.ASPkey.net/[/url]
    > A Resource Site for Web Developers
    > *Free OnLine web Tools
    > *Free development services
    > ================================
    >
    > "Sergio Orrego" <sergio@dial.pipex.com-nospam> wrote in message
    > news:7lGhb.1012$Cw3.194@newsfep1-gui.server.ntli.net...
    > > I have a page that adds a new user to a db when they sign up.
    > >
    > > This creates a new autonumbered entry in the db. I then want to use this
    > > number as a session object. How can I retrive this number at the point
    of
    > > creation?
    > >
    > > Thanks.
    > >
    > >
    >
    >

    Sergio Orrego Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139