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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

vb data to vfp

Status
Not open for further replies.

mallee

Programmer
Joined
Nov 7, 2000
Messages
116
Does anyone know of a quick way or program to convert vb
.dat file to vfp or text ?

TIA
 
.DAT is not a standard data type, and VB has no standard data files. According to .DAT files are either "MapInfo native data format" or "DataFlex 2.3b .DAT format".

Can you provide the actual structure of these files? Are they possibly CSV (Comma Separated) files, or SDF (System Data Format) files?

Rick
 
I need to convert from visual basic ver 6. The .dat file was
the largest file i found and i assumed it was the vb database. I guess the .mdb files are still used by vb. They
shouldn't be any problem.

Thanks for your answer.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top