TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Kedar Pawgi
1.6k
136
63.5k
sending SQL query data in formatted way to text file in C#
May 18 2013 6:39 AM
I am using C# 2008 crystal report, i want to do the report dynamically but instead of that can i know how can i send SQL query out put to a text file in following format. Following format is just to show, original format is like Account ledger where on left side is credit side and on right side is debit side.
Instead of showing in crystal report how i can show in text file.
---------------------------------------------------------------------------------------------------------------------
ABC Enterprise
---------------------------------------------------------------------------------------------------------------------
| Credit | Debit | ---------------------------------------------------------------------------------------------------------------------
Sr No | amt Paid | SrNo | Sale Bill No | Amount
---------------------------------------------------------------------------------------------------------------------
1 | 700.00 | 1 | 110 | 800.00 |
2 | 800.00 | 2 | 124 | 5000.00 |
---------------------------------------------------------------------------------------------------------------------
Cr. |1500.00 | Dr 5800.00
---------------------------------------------------------------------------------------------------------------------
This is just to show how i want, this is not exact format but i want to format like this with the data i get from the sql statement, or how can i do it programmatically into crystal report.
Thanks in Advance
Reply
Answers (
0
)
how to replace double quote to single quote in c#
YouTube Api