Results 1 to 3 of 3

Thread: sql statment for the record postion

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 1999
    Location
    Bishop's Falls, NF, Canada
    Posts
    12

    Post

    I have the a record postion of a table, but what i need is from that postion i need to select all the row that corresponds to the postion.
    Thanks a lot

  2. #2
    Guest

    Post

    Maybe I don't know what you mean, but the select statement for all of the attributes (fields) within a row is "SELECT TABLE.* from TABLE for <condition>"

    The asterik (*) selects all attributes within the table. You can then ask for them by name like TABLE.FIELD1, TABLE.FIELD2, etc.


  3. #3
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844

    Post

    You can retrieve the record position by a property of your DAO/ADO recordset.recordcount property -- not by using SQL commands

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