Results 1 to 3 of 3

Thread: storing autonumber in session

  1. #1

    Thread Starter
    Member
    Join Date
    Mar 2003
    Posts
    38

    Exclamation storing autonumber in session

    is it possible to store ID which is auto generated number in session?
    dim ds as dataset
    ds=new dataset()
    session("id")=ds.tables(0).rows(0)(0)

    there is a error when running...
    pls help...
    Thanks..
    Last edited by nikverse; Apr 7th, 2003 at 07:56 PM.

  2. #2
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    Do you have this field "id " in your database ?

  3. #3

    Thread Starter
    Member
    Join Date
    Mar 2003
    Posts
    38
    ya...
    the error i got is the get type not correct..

Posting Permissions

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



Click Here to Expand Forum to Full Width