How to make a dbf file from the following sample text file

svshastry

Right off the assembly line
I have got a problem.. In our department, we use a lot of reports from a oracle server. I can't access the server database. Only a report is available. If it is converted into a dbf format, a lot of time can be saved.

The report is available alpahabetwise with the total number for each alphabet is shown at the end of each alphabet section and the total number for each section (based on a seccode )..

Each page of the report starts wtih the username, section name, page number date of printing as header... then each record is printed.

Name UNIQUE NUMBER ADDRESS
STATUS Dateofapplication

====
At the end of each alphabet, the report shows

"Total for alphabet A = 106"
==

At the end of Each Section HEad

Total for Section Code = 1150.

Can anybody give the code to convert each into dbf.

===
VB.NET is preferred..

Thanks,

Shastry
 

krishnandu.sarkar

Simply a DIGITian
Staff member
Why two threads for same reason?? *www.thinkdigit.com/forum/developers/128957-how-make-dbf-file-following-sample-text-file.html
 

phuchungbhutia

Om Ma Ni Pä Me Hum
Hope this works
Try chnging .txt file to .csv ie comma separated file
replace spaces with comma
save it as .csv
Open with excel or access
with acces u can save it in other db format like dbf.
try, it may work.
 
Top Bottom