Click here to Skip to main content
15,909,242 members
Home / Discussions / C#
   

C#

 
Questionproblem in insert picture to sql Pin
SajjadZare5-Jan-10 21:05
SajjadZare5-Jan-10 21:05 
AnswerRe: problem in insert picture to sql Pin
SeMartens5-Jan-10 21:20
SeMartens5-Jan-10 21:20 
GeneralRe: problem in insert picture to sql Pin
SajjadZare5-Jan-10 22:13
SajjadZare5-Jan-10 22:13 
GeneralRe: problem in insert picture to sql Pin
SeMartens5-Jan-10 22:19
SeMartens5-Jan-10 22:19 
GeneralRe: problem in insert picture to sql Pin
SajjadZare5-Jan-10 23:45
SajjadZare5-Jan-10 23:45 
GeneralRe: problem in insert picture to sql Pin
SeMartens5-Jan-10 23:51
SeMartens5-Jan-10 23:51 
GeneralRe: problem in insert picture to sql Pin
SajjadZare6-Jan-10 2:33
SajjadZare6-Jan-10 2:33 
GeneralRe: problem in insert picture to sql Pin
Pete O'Hanlon6-Jan-10 3:23
mvePete O'Hanlon6-Jan-10 3:23 
There's your problem right there. nvarchar is a text based field, and you are trying to store an image in it - you need to change the column type in the database, or save the image to disk and store the location of the image in this field.

"WPF has many lovers. It's a veritable porn star!" - Josh Smith

As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.


My blog | My articles | MoXAML PowerToys | Onyx



AnswerRe: problem in insert picture to sql Pin
carlecomm6-Jan-10 19:16
carlecomm6-Jan-10 19:16 
AnswerRe: problem in insert picture to sql Pin
April Fans6-Jan-10 19:19
April Fans6-Jan-10 19:19 
Questionuse DB file without attaching Pin
SajjadZare5-Jan-10 20:55
SajjadZare5-Jan-10 20:55 
AnswerRe: use DB file without attaching Pin
SeMartens5-Jan-10 21:21
SeMartens5-Jan-10 21:21 
GeneralRe: use DB file without attaching Pin
SajjadZare5-Jan-10 22:11
SajjadZare5-Jan-10 22:11 
GeneralRe: use DB file without attaching Pin
SeMartens5-Jan-10 22:17
SeMartens5-Jan-10 22:17 
AnswerRe: use DB file without attaching Pin
Ashfield5-Jan-10 21:41
Ashfield5-Jan-10 21:41 
QuestionInstalling Windows Service issue Pin
Priya Prk5-Jan-10 20:50
Priya Prk5-Jan-10 20:50 
AnswerRe: Installing Windows Service issue Pin
SeMartens5-Jan-10 21:24
SeMartens5-Jan-10 21:24 
AnswerRe: Installing Windows Service issue Pin
Ashfield5-Jan-10 21:43
Ashfield5-Jan-10 21:43 
AnswerRe: Installing Windows Service issue Pin
Covean5-Jan-10 23:00
Covean5-Jan-10 23:00 
QuestionFlickering Issue Pin
Adam Polyak5-Jan-10 19:55
Adam Polyak5-Jan-10 19:55 
AnswerRe: Flickering Issue Pin
Skippums6-Jan-10 7:45
Skippums6-Jan-10 7:45 
QuestionHow to create registry key in Windows VISTA OS ? Pin
Sunil G5-Jan-10 19:47
Sunil G5-Jan-10 19:47 
QuestionRe: How to create registry key in Windows VISTA OS ? Pin
monstale5-Jan-10 21:06
monstale5-Jan-10 21:06 
AnswerRe: How to create registry key in Windows VISTA OS ? Pin
Sunil G5-Jan-10 21:19
Sunil G5-Jan-10 21:19 
AnswerRe: How to create registry key in Windows VISTA OS ? Pin
monstale5-Jan-10 21:30
monstale5-Jan-10 21:30 

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.