Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Refresh the IDX,

Status
Not open for further replies.

JAngel

Programmer
Joined
Jun 6, 2000
Messages
2
Location
MX
I am working with Visual Basic, and I am recording in a DBF, but the Indice (IDX) not I refresh , like I could make it so that I refresh the index
 
FoxPro can use both the older individual indexes (IDX) and the newer compound indexes (CDX).<br><br>JAngel, normally a Fox program would include the individual index (IDX) when opening the file, such as one of the these:<br><br><FONT FACE=monospace>use mydbf index myidx</font><br><i>or</i><br><FONT FACE=monospace>use mydbf<br>set index to myidx, myidx2</font><br><br>But if you are using ODBC to connect to the table (my assumption, since you say you are using VB), then I don't know how this can be done. <p>Robert Bradley<br><a href=mailto: > </a><br><a href= - Visual FoxPro Development</a><br>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top