answersLogoWhite

0


Best Answer

what is indexing and shorting? what is indexing and shorting? Difference Between INDEX and SORT

Here is a table that I will refer to during my answer: RecNo cName nAge ----- ----- ---- 1 Rick 34 2 Dan 30 3 Chris 33 An index is a logical reorganization of the data in a table. The record numbers do not change; the index just allows the table to be viewed in an order other than record number order. If I create an index on the cName field in the table above, here are the results: RecNo cName nAge ----- ----- ---- 3 Chris 33 2 Dan 30 1 Rick 34 Notice that even though Rick appears as the last record, it is still the first record in the table (Recno=1). A sort is a physical reorganization of the records in a DBF. If I sort the table above by cName, I get the following table: RecNo cName nAge ----- ----- ---- 1 Chris 33 2 Dan 30 3 Rick 34 Notice that the records in the table have been reorganized: record 1 is no longer "Rick."

User Avatar

Wiki User

15y ago
This answer is:
User Avatar
User Avatar

Ravishankar kumar Pi...

Lvl 1
11mo ago
Write the difference between sorting and indexing in Foxpro answer please 400words me

Add your answer:

Earn +20 pts
Q: What is the difference between sorting and indexing in Visual Foxpro?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Sorting IN FOXPRO?

Sorting in FoxPro changes the physical record position in the table. Records can also be rearranged in FoxPro by indexing.


What is the difference between oracle and foxpro?

difference between oracle and foxpro


What is difference between visual foxpro and visual basic?

By Spelling XD


What is the difference between dbase and foxpro?

they are programs from different manufacturers, dbase was from Ashton tate and foxpro was from fox something, i don't remember very well but the dbase III was totally compatible with the foxplus version of foxpro ( of course there were little differences)


What is the difference between list and display all in foxpro?

List and Display in FoxPro are almost the same exact thing, the only difference being that List will show all of the records continuously, while display will only show the records until the screen is filled, with a button at the bottom prompting you to, "press any key to continue".


How can learn free foxpro?

how to learn foxpro


What are the differences between Oracle Database and Foxpro?

FoxPro 2 is text base procedurally-oriented programming language and DBMS. It does not support relationships between tables, it is not considered RDBMS. It has not transactional processing. But Visual FoxPro is an extension of FoxPro2 with supporting SQL query and data manipulation. While oracle is RDBMS.


What are the parts of visual foxpro?

Parts of Visual FoxPro


When was Visual FoxPro created?

Visual FoxPro was created in 1984.


What are the kinds of conditional statement in foxpro with syntax?

The conditional statement in foxpro is DID YOU GET IT


What mean of Cannot Quit Visual Foxpro in Visual Foxpro?

insufficient memory


What is a dos based foxpro?

Foxpro is a database software and nobody is using it now a days. Previously Foxpro was called ad dBase run on MS-DOS.