I'm developing a Windows application (VB6) that will use a Clipper .DBF database. I've discovered that one of the field names conflicts with a reserved word in the database driver I'm using in the Windows application.
How can I use my existing Clipper program to create a copy of the database file with a changed field name? I assume the general approach is to:
1) Use COPY FILE to create a copy with a new name
2) Change the conflicting field name in the copy
3) Outside of Clipper, rename the file to its original name
for use with the Windows application.
I'm looking for Clipper code to do 2). Thanks.
How can I use my existing Clipper program to create a copy of the database file with a changed field name? I assume the general approach is to:
1) Use COPY FILE to create a copy with a new name
2) Change the conflicting field name in the copy
3) Outside of Clipper, rename the file to its original name
for use with the Windows application.
I'm looking for Clipper code to do 2). Thanks.