Results 1 to 3 of 3

Thread: storing autonumber in session

Threaded View

  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.

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