Click here to Skip to main content
15,902,276 members
Home / Discussions / C#
   

C#

 
AnswerRe: Deploying MySQL as backend for C# Pin
Wendelius5-Dec-08 8:29
mentorWendelius5-Dec-08 8:29 
QuestionHelp decoding base_64+GZipped string. Pin
Zeokat5-Dec-08 7:41
Zeokat5-Dec-08 7:41 
AnswerRe: Help decoding base_64+GZipped string. [modified] Pin
Guffa5-Dec-08 14:09
Guffa5-Dec-08 14:09 
GeneralRe: Help decoding base_64+GZipped string. Pin
Zeokat5-Dec-08 15:51
Zeokat5-Dec-08 15:51 
GeneralRe: Help decoding base_64+GZipped string. Pin
Zeokat6-Dec-08 4:37
Zeokat6-Dec-08 4:37 
QuestionGet the frequency of a audio-sound Pin
softwarejaeger5-Dec-08 7:33
softwarejaeger5-Dec-08 7:33 
QuestionSqlBulkCopy question Pin
Jon Stroh5-Dec-08 7:19
Jon Stroh5-Dec-08 7:19 
AnswerRe: SqlBulkCopy question Pin
Wendelius5-Dec-08 8:37
mentorWendelius5-Dec-08 8:37 
First, do use code block formatting for code excerpts this large.

Jon Stroh wrote:
it possible to use SqlBulkCopy when a uniqueIdentifier column is the first column in the destination table


You don't have to define the mapping for this column. SQL Server will generate a new calue for each row

Jon Stroh wrote:
Also Is there a way to use this line of code some how with a datareader when each datareader record is added to the destination table?

recnum = System.Guid.NewGuid();


If you can execute that code in the statement, but most of the databases won't accept this. One way is that first you fill a datatable from the source then yu loop through rows and add GUID and after that you insert the data to the destination.

The need to optimize rises from a bad design.My articles[^]

Questionobject type [modified] Pin
nlowdon5-Dec-08 6:40
nlowdon5-Dec-08 6:40 
AnswerRe: object type Pin
Thomas Weller5-Dec-08 7:05
Thomas Weller5-Dec-08 7:05 
GeneralRe: object type Pin
nlowdon5-Dec-08 8:30
nlowdon5-Dec-08 8:30 
GeneralRe: object type Pin
Thomas Weller6-Dec-08 2:17
Thomas Weller6-Dec-08 2:17 
AnswerRe: object type Pin
Le centriste5-Dec-08 7:07
Le centriste5-Dec-08 7:07 
Questionstatus bar value in iexplorer Pin
kralece5-Dec-08 6:13
kralece5-Dec-08 6:13 
AnswerRe: status bar value in iexplorer Pin
Thomas Stockwell5-Dec-08 7:10
professionalThomas Stockwell5-Dec-08 7:10 
GeneralRe: status bar value in iexplorer Pin
kralece5-Dec-08 7:38
kralece5-Dec-08 7:38 
GeneralRe: status bar value in iexplorer Pin
Thomas Stockwell5-Dec-08 8:40
professionalThomas Stockwell5-Dec-08 8:40 
AnswerRe: status bar value in iexplorer Pin
Dave Kreskowiak5-Dec-08 7:53
mveDave Kreskowiak5-Dec-08 7:53 
GeneralRe: status bar value in iexplorer Pin
kralece5-Dec-08 15:03
kralece5-Dec-08 15:03 
GeneralRe: status bar value in iexplorer Pin
kralece7-Dec-08 7:51
kralece7-Dec-08 7:51 
GeneralRe: status bar value in iexplorer Pin
Dave Kreskowiak7-Dec-08 12:05
mveDave Kreskowiak7-Dec-08 12:05 
GeneralRe: status bar value in iexplorer Pin
kralece8-Dec-08 14:26
kralece8-Dec-08 14:26 
QuestionCreate a graf in Windows application Pin
Mc_Topaz5-Dec-08 6:00
Mc_Topaz5-Dec-08 6:00 
AnswerRe: Create a graf in Windows application Pin
Giorgi Dalakishvili5-Dec-08 6:39
mentorGiorgi Dalakishvili5-Dec-08 6:39 
QuestionRe: Create a graf in Windows application Pin
Mc_Topaz5-Dec-08 9:30
Mc_Topaz5-Dec-08 9: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.