Results 1 to 5 of 5

Thread: SQLServer2k Equivalent Command for VFP Seek?

  1. #1

    Thread Starter
    Hyperactive Member vincentg's Avatar
    Join Date
    Jun 2005
    Location
    Chicago IL, USA
    Posts
    261

    SQLServer2k Equivalent Command for VFP Seek?

    What is the equivalent command in SQL Server for VFP Seek?

    Thanks in advance.
    -Vince

  2. #2
    Fanatic Member kaffenils's Avatar
    Join Date
    Apr 2004
    Location
    Norway
    Posts
    946

    Re: SQLServer2k Equivalent Command for VFP Seek?

    Quote Originally Posted by vincentg
    What is the equivalent command in SQL Server for VFP Seek?

    Thanks in advance.
    -Vince
    Don't know what VFP seek is.

  3. #3

    Thread Starter
    Hyperactive Member vincentg's Avatar
    Join Date
    Jun 2005
    Location
    Chicago IL, USA
    Posts
    261

    Re: SQLServer2k Equivalent Command for VFP Seek?

    Visual Fox Pro Seek Command.
    or Getting to a specific record position.

  4. #4
    Software Carpenter dee-u's Avatar
    Join Date
    Feb 2005
    Location
    Pinas
    Posts
    11,127

    Re: SQLServer2k Equivalent Command for VFP Seek?

    How about Find?
    Regards,


    As a gesture of gratitude please consider rating helpful posts. c",)

    Some stuffs: Mouse Hotkey | Compress file using SQL Server! | WPF - Rounded Combobox | WPF - Notify Icon and Balloon | NetVerser - a WPF chatting system

  5. #5
    Addicted Member
    Join Date
    Jun 2005
    Posts
    139

    Re: SQLServer2k Equivalent Command for VFP Seek?

    SQL server is pure RDBMS and conforms to te RDBMS standards. It understands only SQL commands. The equivalent of "seek" will be

    "select * from myTable where myColumn = myValue"

    where myValue will be the argument that you pass with "seek" command.

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