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

C#

 
GeneraliGrid Pin
CoderForEver1-Aug-09 20:35
CoderForEver1-Aug-09 20:35 
Questionhow to pass Date format "mm/dd/yyyy " to Sql Stored procedure Pin
Zapss1-Aug-09 19:37
Zapss1-Aug-09 19:37 
AnswerRe: how to pass Date format "mm/dd/yyyy " to Sql Stored procedure Pin
Abhishek Sur1-Aug-09 21:18
professionalAbhishek Sur1-Aug-09 21:18 
AnswerRe: how to pass Date format "mm/dd/yyyy " to Sql Stored procedure Pin
Mycroft Holmes2-Aug-09 12:26
professionalMycroft Holmes2-Aug-09 12:26 
Question.NET Licenser? Pin
devvvy1-Aug-09 14:10
devvvy1-Aug-09 14:10 
AnswerRe: .NET Licenser? Pin
Moreno Airoldi2-Aug-09 1:02
Moreno Airoldi2-Aug-09 1:02 
QuestionPipping data to and from process Pin
BigBenDk1-Aug-09 12:44
BigBenDk1-Aug-09 12:44 
AnswerRe: Pipping data to and from process Pin
Luc Pattyn1-Aug-09 13:18
sitebuilderLuc Pattyn1-Aug-09 13:18 
Hi,

the way I understand it, but this could be wrong, I don't have a reference to this, is this:
- the process input and output are designed to be used for text;
- the data is transferred from one process to the other on a line by line basis, and each full line is somehow guaranteed to become available in one go.

So it's my guess you aren't getting any data because there aren't any newline characters in your binary data.

You could experiment with binary data that happens to contain some \r or \n or \r\n sequences, to see whether that splits it in smaller parts.

If so, seems like you should either abandon binary data, or choose another way of communicating (actual files, memory mapped files, ...)

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

The quality and detail of your question reflects on the effectiveness of the help you are likely to get.
Show formatted code inside PRE tags, and give clear symptoms when describing a problem.

GeneralRe: Pipping data to and from process Pin
BigBenDk1-Aug-09 15:13
BigBenDk1-Aug-09 15:13 
GeneralRe: Pipping data to and from process Pin
Luc Pattyn1-Aug-09 15:25
sitebuilderLuc Pattyn1-Aug-09 15:25 
GeneralRe: Pipping data to and from process Pin
BigBenDk1-Aug-09 16:35
BigBenDk1-Aug-09 16:35 
Questionrun cmd.exe Pin
rick05561-Aug-09 12:15
rick05561-Aug-09 12:15 
AnswerRe: run cmd.exe Pin
Abhijit Jana1-Aug-09 13:06
professionalAbhijit Jana1-Aug-09 13:06 
AnswerRe: run cmd.exe Pin
PIEBALDconsult1-Aug-09 13:26
mvePIEBALDconsult1-Aug-09 13:26 
GeneralRe: run cmd.exe Pin
Xmen Real 1-Aug-09 18:02
professional Xmen Real 1-Aug-09 18:02 
QuestionRe: File Properties Pin
rick05562-Aug-09 19:47
rick05562-Aug-09 19:47 
QuestionURL's Pin
Gregory Bryant1-Aug-09 11:34
Gregory Bryant1-Aug-09 11:34 
AnswerRe: URL's Pin
Henry Minute1-Aug-09 11:59
Henry Minute1-Aug-09 11:59 
GeneralRe: URL's Pin
Gregory Bryant1-Aug-09 13:04
Gregory Bryant1-Aug-09 13:04 
GeneralRe: URL's Pin
Richard Andrew x641-Aug-09 14:14
professionalRichard Andrew x641-Aug-09 14:14 
GeneralRe: URL's Pin
Gregory Bryant1-Aug-09 15:56
Gregory Bryant1-Aug-09 15:56 
GeneralRe: URL's Pin
Richard Andrew x641-Aug-09 16:05
professionalRichard Andrew x641-Aug-09 16:05 
GeneralRe: URL's Pin
Gregory Bryant1-Aug-09 16:10
Gregory Bryant1-Aug-09 16:10 
GeneralRe: URL's Pin
Gregory Bryant1-Aug-09 16:28
Gregory Bryant1-Aug-09 16:28 
GeneralRe: URL's Pin
Richard Andrew x641-Aug-09 16:32
professionalRichard Andrew x641-Aug-09 16: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.