Page 1 of 1
Archivo dbstr.dat
Posted: Fri Apr 27, 2018 11:28 am
by Jose Marte2
Greetings, mr. thanks, the dbstr.dat is a file that creates a dictionary of data fields and databases to create or update, there I sent you a sample. I will send the file by mail, thanks
Re: Archivo dbstr.dat
Posted: Fri Apr 27, 2018 12:15 pm
by rdonnay
You are creating the .DBF file with the FOXCDX driver.
You cannot open it with the DBFNTX driver.
Re: Archivo dbstr.dat
Posted: Fri Apr 27, 2018 12:40 pm
by Jose Marte2
rdonnay wrote:You are creating the .DBF file with the FOXCDX driver.
You cannot open it with the DBFNTX driver.
Excuse me, but in clipper it always worked like this, after I compile it with xbase, it gives me that problem. Any idea to solve it, thanks.
Re: Archivo dbstr.dat
Posted: Fri Apr 27, 2018 1:55 pm
by rdonnay
In your DBESYS procedure, load the DBFNTX driver and select it as the default.
Re: Archivo dbstr.dat
Posted: Fri Apr 27, 2018 2:28 pm
by Jose Marte2
rdonnay wrote:In your DBESYS procedure, load the DBFNTX driver and select it as the default.
Excellent, Mr., thank you very much.