Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Determining the last record in a DBF
Message
De
10/01/2006 09:20:29
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01085156
Message ID:
01085168
Vues:
11
>>>>How would I determine the last record in a DBF using SQL?
>>>>I've seem some examples on the net but they are = sql engine specific.
>>>
>>>What is the defenition of the last record? Which column(s) determine the order?
>>
>>The last record entered into the table chronologically.
>
>You have to have a column in the table that holds this information. There's no such thing as chronological order in the tables on client-sever backends in general. For MS SQL server, for example, the records are ordered either by clustered index, if there's one, or not ordered at all.

Sergey,

I think you have overlooked that Timothy specifies that he means DBFs.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform