Click here to Skip to main content
15,893,588 members
Home / Discussions / C#
   

C#

 
GeneralRe: c# error with database query transactions Pin
OriginalGriff6-Jun-13 1:26
mveOriginalGriff6-Jun-13 1:26 
GeneralRe: c# error with database query transactions Pin
User34906-Jun-13 7:34
User34906-Jun-13 7:34 
GeneralRe: c# error with database query transactions Pin
OriginalGriff6-Jun-13 8:00
mveOriginalGriff6-Jun-13 8:00 
GeneralRe: c# error with database query transactions Pin
User34906-Jun-13 8:14
User34906-Jun-13 8:14 
GeneralRe: c# error with database query transactions Pin
OriginalGriff6-Jun-13 8:16
mveOriginalGriff6-Jun-13 8:16 
AnswerRe: c# error with database query transactions Pin
Eddy Vluggen5-Jun-13 23:19
professionalEddy Vluggen5-Jun-13 23:19 
QuestionHow to upload pdf file from sql to C# Pin
naylynn5-Jun-13 4:36
naylynn5-Jun-13 4:36 
AnswerRe: How to upload pdf file from sql to C# Pin
vanikanc5-Jun-13 4:42
vanikanc5-Jun-13 4:42 
For my 2 cents worth.

There are many ways to solve this problem.

One way, is to store the actual pdf file on server some where, and maybe store the path to where this file is located on the server, in the database. You can select out the path information information from database and retrieve the file accordingly.

Another way, store the content in the database, and create the pdf on the fly when you retrieve the information from database.

Thanks.
GeneralRe: How to upload pdf file from sql to C# Pin
naylynn6-Jun-13 6:58
naylynn6-Jun-13 6:58 
AnswerRe: How to upload pdf file from sql to C# Pin
jschell5-Jun-13 9:27
jschell5-Jun-13 9:27 
GeneralRe: How to upload pdf file from sql to C# Pin
naylynn13-Aug-14 23:07
naylynn13-Aug-14 23:07 
Questionconvert from IObservable to IEnumerable Pin
kaminem5-Jun-13 4:01
kaminem5-Jun-13 4:01 
AnswerRe: convert from IObservable to IEnumerable Pin
Eddy Vluggen5-Jun-13 5:34
professionalEddy Vluggen5-Jun-13 5:34 
AnswerRe: convert from IObservable to IEnumerable Pin
Keith Barrow5-Jun-13 6:16
professionalKeith Barrow5-Jun-13 6:16 
AnswerRe: convert from IObservable to IEnumerable Pin
Abhinav S5-Jun-13 7:31
Abhinav S5-Jun-13 7:31 
AnswerRe: convert from IObservable to IEnumerable Pin
Clifford Nelson5-Jun-13 8:15
Clifford Nelson5-Jun-13 8:15 
QuestionDisplay columns from tables of two different databases in a single gridview Pin
Anuraag15-Jun-13 0:35
Anuraag15-Jun-13 0:35 
AnswerRe: Display columns from tables of two different databases in a single gridview Pin
Eddy Vluggen5-Jun-13 1:23
professionalEddy Vluggen5-Jun-13 1:23 
QuestionGet used space of DVD disc Pin
ndkit4-Jun-13 16:39
ndkit4-Jun-13 16:39 
AnswerRe: Get used space of DVD disc Pin
Abhinav S4-Jun-13 20:58
Abhinav S4-Jun-13 20:58 
GeneralRe: Get used space of DVD disc Pin
ndkit5-Jun-13 1:38
ndkit5-Jun-13 1:38 
QuestionASP or WPF? Pin
jeramyRR4-Jun-13 13:00
jeramyRR4-Jun-13 13:00 
AnswerRe: ASP or WPF? Pin
Ron Beyer4-Jun-13 15:56
professionalRon Beyer4-Jun-13 15:56 
GeneralRe: ASP or WPF? Pin
jeramyRR4-Jun-13 16:04
jeramyRR4-Jun-13 16:04 
GeneralRe: ASP or WPF? Pin
Ron Beyer4-Jun-13 16:07
professionalRon Beyer4-Jun-13 16:07 

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.