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!

Which version are my tables? 2.6?

Status
Not open for further replies.

derren

Programmer
Mar 22, 2001
500
GB
Is there any way to find out what version my tables are? The front end is a dos based system and I really need to know if the tables are in a version that I can convert to from vfp6 - copy to newtable.dbf type fox2x

There are project files and and it is all open source so I can look anywhere.

thanks

Derren
[Mediocre talent - spread really thin]
 
Derren;

Use CPDBF()
Returns the code page with which an open table has been marked.

Syntax
CPDBF([nWorkArea | cTableAlias])

Example:
lnCodePage = CPDBF("MyDBF")

HTH

Ed





Please let me know if the suggestion(s) I provide are helpful to you.
Sometimes you're the windshield... Sometimes you're the bug.
smallbug.gif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top