Feed Text File Into Crystal Reports for .NET

G

Guest

I have a few text files out on our server that are being created dynamically
by an existing ASP web page. I'd like to write a small ASP.NET web form that
will allow users to view these text files as a PDF by using Crystal Reports
for .NET.

Is this possible? How would I go about feeding the text file into Crystal?

Thanks,
crjunk
 
L

Lucas Tam

I have a few text files out on our server that are being created
dynamically by an existing ASP web page. I'd like to write a small
ASP.NET web form that will allow users to view these text files as a
PDF by using Crystal Reports for .NET.

Is this possible? How would I go about feeding the text file into
Crystal?


Yes, take a look at Microsoft's Text Driver - it allows you to query a text
file via OLE DB or ODBC.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top