Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Reccount() and recno()
Message
From
23/10/2004 12:32:28
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Reccount() and recno()
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Database:
MS SQL Server
Miscellaneous
Thread ID:
00954002
Message ID:
00954002
Views:
55
Hi all

I've a VFP8 app talking to MSSQL. Is it save to use RECNO() to reposition my record in a remote view cursor after a SEEK as follows? :

LOCAL lnrecno
SELECT remote_view
lnrecno = RECNO()
SEEK .....
GO lnrecno

In addition, I have also noticed that RECCOUNT() doesn't show the number of records in a view correctly.

Your advice most appreciated.


Thanks & Best Regards
Next
Reply
Map
View

Click here to load this message in the networking platform