Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Reccount() and recno()
Message
De
23/10/2004 12:32:28
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Reccount() and recno()
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Database:
MS SQL Server
Divers
Thread ID:
00954002
Message ID:
00954002
Vues:
56
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform