Click here to Skip to main content
15,886,137 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi Team,

We have vb6 billing application. It generates file with ubr format.

I want to create the report reading that file. Using vb6 or vb.net.

I want to convert the ubr file into readable format(txt,excel) and generate the reports
Posted
Comments
Wendelius 2-Jul-14 4:01am    
May be obvious, but what is ubr format? Any references?
Member 10203966 2-Jul-14 4:03am    
It is IIS WCAT Configuration file

1 solution

You should carefully read the code which is writing the file. Than you can decide whether you:

1. write in that point the data in a txt file, or you
2. read your ubr file to write it out as text.

I would prefer way 1, because ubr isnt a standard format.

You better use VB.net because it is a modern language and not the old VB 6.0 stuff. (if it is possible)

Good luck with your work.
 
Share this answer
 
Comments
Member 10203966 2-Jul-14 4:48am    
Hi Thank you for your guidance.

How to convert ubr file into text or excel format?

Thats my first requirement.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900