Click here to Skip to main content
15,888,733 members
Home / Discussions / C#
   

C#

 
AnswerRe: Best way to generate bulk pdf reports from DB. Pin
OriginalGriff24-Dec-14 3:07
mveOriginalGriff24-Dec-14 3:07 
AnswerRe: Best way to generate bulk pdf reports from DB. Pin
jschell24-Dec-14 11:14
jschell24-Dec-14 11:14 
Member 11332969 wrote:
I have to generate and store bulk(almost 1 Million) pdf reports from a database to a LAN location.


I seriously doubt that is a valid business requirement. Some one is confused.

Also is this supposed to be a one time effort? So three years from now exactly the same 'report' will still be valid?

But as noted else where start with creating one report just so you can measure how many resources it takes to generate it. Not to mention what resources you have available to create the report. But based solely on the requirements that you specified I would create an application that would do the following
1 Take input parameters that specified the 'range' of what should be create
2 Process that range sequentially and after each 'report' was generated create a entry in file to indicate it was complete.
3 Then 'send' the file to the 'lan' (whatever that means), Then make a different entry that it was successfully sent.
4 Repeat steps 2/3 till the entire 'range' is spanned.

Writing to the file above allows you to track that everything was done. It also allows you the option to restart if the app fails without redoing all of the work.

In terms of the specific technology necessary to create the report that depends on the content of the report. Crystal is ok but one can get by with other tools if necessary.
Questionhow to set font in raw text printing in vb Pin
Member 1040541424-Dec-14 0:02
Member 1040541424-Dec-14 0:02 
AnswerRe: how to set font in raw text printing in vb Pin
OriginalGriff24-Dec-14 0:37
mveOriginalGriff24-Dec-14 0:37 
GeneralRe: how to set font in raw text printing in vb Pin
Richard MacCutchan24-Dec-14 2:13
mveRichard MacCutchan24-Dec-14 2:13 
GeneralRe: how to set font in raw text printing in vb Pin
OriginalGriff24-Dec-14 2:31
mveOriginalGriff24-Dec-14 2:31 
QuestionDisplay Data In Text Box Based On ID Pin
Member 1086943723-Dec-14 19:28
Member 1086943723-Dec-14 19:28 
AnswerRe: Display Data In Text Box Based On ID Pin
OriginalGriff23-Dec-14 21:09
mveOriginalGriff23-Dec-14 21:09 
GeneralHow to make the Util. in c# wok Pin
Member 890232823-Dec-14 8:20
Member 890232823-Dec-14 8:20 
GeneralRe: How to make the Util. in c# wok Pin
DaveAuld23-Dec-14 8:40
professionalDaveAuld23-Dec-14 8:40 
GeneralRe: How to make the Util. in c# wok Pin
Jörgen Andersson23-Dec-14 8:40
professionalJörgen Andersson23-Dec-14 8:40 
GeneralRe: How to make the Util. in c# wok Pin
Eddy Vluggen23-Dec-14 11:49
professionalEddy Vluggen23-Dec-14 11:49 
GeneralRe: How to make the Util. in c# wok Pin
OriginalGriff23-Dec-14 21:48
mveOriginalGriff23-Dec-14 21:48 
QuestionHelp with datagridview ... Pin
turbosupramk322-Dec-14 8:42
turbosupramk322-Dec-14 8:42 
SuggestionRe: Help with datagridview ... Pin
Richard MacCutchan22-Dec-14 20:43
mveRichard MacCutchan22-Dec-14 20:43 
AnswerRe: Help with datagridview ... Pin
Mycroft Holmes22-Dec-14 21:17
professionalMycroft Holmes22-Dec-14 21:17 
AnswerRe: Help with datagridview ... Pin
turbosupramk323-Dec-14 3:23
turbosupramk323-Dec-14 3:23 
GeneralRe: Help with datagridview ... Pin
Richard MacCutchan23-Dec-14 4:50
mveRichard MacCutchan23-Dec-14 4:50 
GeneralRe: Help with datagridview ... Pin
turbosupramk323-Dec-14 5:17
turbosupramk323-Dec-14 5:17 
GeneralRe: Help with datagridview ... Pin
Richard MacCutchan23-Dec-14 5:49
mveRichard MacCutchan23-Dec-14 5:49 
GeneralRe: Help with datagridview ... Pin
turbosupramk324-Dec-14 3:02
turbosupramk324-Dec-14 3:02 
GeneralRe: Help with datagridview ... Pin
Richard MacCutchan24-Dec-14 3:35
mveRichard MacCutchan24-Dec-14 3:35 
QuestionHow to save text from TextBox2 as UTF-16 (Unicode), and not as UTF-8 - C# Pin
Member 1041097221-Dec-14 20:29
Member 1041097221-Dec-14 20:29 
QuestionRe: How to save text from TextBox2 as UTF-16 (Unicode), and not as UTF-8 - C# Pin
Richard MacCutchan21-Dec-14 22:29
mveRichard MacCutchan21-Dec-14 22:29 
AnswerRe: How to save text from TextBox2 as UTF-16 (Unicode), and not as UTF-8 - C# Pin
Member 1041097223-Dec-14 0:32
Member 1041097223-Dec-14 0:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.