Results 1 to 2 of 2

Thread: How to retrieve field value ??

  1. #1
    varimed Guest

    How to retrieve field value ??

    Hello,

    We have a download version of aspdbFree, and begin to test it on our Oracle db.
    How can we do for retrieving a field value for a selected record ?

    Now We can just retrieve the selected index# with this code line :

    response.write(request("aspDBBut_xxx&#34)

    Thanks a lot
    Yann.

  2. #2
    Mark Guest

    How to retrieve field value ?? (reply)

    -
    Hello Yann,
    You need to use Mydb.dbExport = "fieldname, ..."
    Then that variable(s) can later be used in a response.write for instance.
    See Programming Example D29 at:
    http://www.aspdb.com/apps/mh-export.asp
    That should work.
    Mark.


    ------------
    varimed at 12/1/99 1:51:22 PM

    Hello,

    We have a download version of aspdbFree, and begin to test it on our Oracle db.
    How can we do for retrieving a field value for a selected record ?

    Now We can just retrieve the selected index# with this code line :

    response.write(request("aspDBBut_xxx&#34)

    Thanks a lot
    Yann.

Posting Permissions

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