Click here to Skip to main content
15,891,136 members
Home / Discussions / C#
   

C#

 
QuestionHow to copy a Access Database to a SQL Database using C# Pin
three.leaf2-Sep-08 12:03
three.leaf2-Sep-08 12:03 
AnswerRe: How to copy a Access Database to a SQL Database using C# Pin
Dr. Emmett Brown2-Sep-08 12:10
Dr. Emmett Brown2-Sep-08 12:10 
GeneralRe: How to copy a Access Database to a SQL Database using C# Pin
three.leaf2-Sep-08 17:09
three.leaf2-Sep-08 17:09 
QuestionHow to clear MemoryStream ? Pin
Saikek2-Sep-08 11:27
Saikek2-Sep-08 11:27 
AnswerRe: How to clear MemoryStream ? Pin
Bassam Saoud2-Sep-08 11:51
Bassam Saoud2-Sep-08 11:51 
AnswerRe: How to clear MemoryStream ? Pin
Mohammad Dayyan2-Sep-08 13:00
Mohammad Dayyan2-Sep-08 13:00 
GeneralRe: How to clear MemoryStream ? Pin
Saikek2-Sep-08 18:22
Saikek2-Sep-08 18:22 
GeneralRe: How to clear MemoryStream ? Pin
Dave Kreskowiak2-Sep-08 18:41
mveDave Kreskowiak2-Sep-08 18:41 
Nope. The only way to clear it out is to Seek to position 0 and write 0's to every known position. Depending on the size of the Stream, it's porobably going to be faster, or at least easier, to just kill the existing stream and create a new one.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




GeneralRe: How to clear MemoryStream ? Pin
Saikek2-Sep-08 20:31
Saikek2-Sep-08 20:31 
GeneralRe: How to clear MemoryStream ? Pin
Santhosh Thakur12-Oct-11 1:36
Santhosh Thakur12-Oct-11 1:36 
QuestionMy sound stops playing when the form loses focus Pin
DemonicDominic2-Sep-08 10:04
DemonicDominic2-Sep-08 10:04 
AnswerRe: My sound stops playing when the form loses focus Pin
leckey2-Sep-08 10:36
leckey2-Sep-08 10:36 
AnswerRe: My sound stops playing when the form loses focus Pin
oobimoo2-Sep-08 10:37
oobimoo2-Sep-08 10:37 
QuestionRun executable Pin
netDeveloper2-Sep-08 9:55
netDeveloper2-Sep-08 9:55 
QuestionSaving and Loading Information from a form Pin
Chris Kentlea2-Sep-08 9:44
Chris Kentlea2-Sep-08 9:44 
AnswerRe: Saving and Loading Information from a form Pin
Pete O'Hanlon2-Sep-08 10:13
mvePete O'Hanlon2-Sep-08 10:13 
AnswerRe: Saving and Loading Information from a form Pin
MarkB7772-Sep-08 12:58
MarkB7772-Sep-08 12:58 
GeneralRe: Saving and Loading Information from a form Pin
Chris Kentlea3-Sep-08 7:29
Chris Kentlea3-Sep-08 7:29 
GeneralRe: Saving and Loading Information from a form Pin
MarkB7773-Sep-08 12:58
MarkB7773-Sep-08 12:58 
GeneralRe: Saving and Loading Information from a form Pin
Chris Kentlea4-Sep-08 8:18
Chris Kentlea4-Sep-08 8:18 
GeneralRe: Saving and Loading Information from a form Pin
MarkB7774-Sep-08 12:17
MarkB7774-Sep-08 12:17 
Questionconnect to dataase Pin
NiloofarNoroozi2-Sep-08 7:46
NiloofarNoroozi2-Sep-08 7:46 
AnswerRe: connect to dataase Pin
Blue_Boy2-Sep-08 8:05
Blue_Boy2-Sep-08 8:05 
AnswerRe: connect to dataase Pin
Kevin Marois2-Sep-08 8:12
professionalKevin Marois2-Sep-08 8:12 
GeneralRe: connect to dataase Pin
NiloofarNoroozi2-Sep-08 9:36
NiloofarNoroozi2-Sep-08 9:36 

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.