|
-
Jul 21st, 2005, 01:08 PM
#1
Thread Starter
Hyperactive Member
SQLServer2k Equivalent Command for VFP Seek?
What is the equivalent command in SQL Server for VFP Seek?
Thanks in advance.
-Vince
-
Jul 21st, 2005, 01:11 PM
#2
Re: SQLServer2k Equivalent Command for VFP Seek?
 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.
-
Jul 21st, 2005, 01:24 PM
#3
Thread Starter
Hyperactive Member
Re: SQLServer2k Equivalent Command for VFP Seek?
Visual Fox Pro Seek Command.
or Getting to a specific record position.
-
Jul 21st, 2005, 08:32 PM
#4
Re: SQLServer2k Equivalent Command for VFP Seek?
-
Jul 21st, 2005, 11:28 PM
#5
Addicted Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|