Results 1 to 2 of 2

Thread: How to select one record through SQL?

  1. #1

    Thread Starter
    Member
    Join Date
    Feb 1999
    Location
    dubai
    Posts
    39

    Post

    Hello!

    I want to select any one record from access database without using where clause.How do I do it? I am using VB 5.0 with access MDB.

    Can anyone help?



    ------------------
    ganraj.

  2. #2
    Frenzied Member
    Join Date
    Aug 1999
    Location
    Santa Clara, Ca , 95058
    Posts
    1,105

    Post

    Why?

    If you don't use a where clause, your only other choice is a table scan (sequential read of all table data).

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