Click here to Skip to main content
15,867,308 members
Home / Discussions / C#
   

C#

 
AnswerRe: Re-Question Pin
Luc Pattyn25-Jun-09 4:06
sitebuilderLuc Pattyn25-Jun-09 4:06 
AnswerRe: Re-Question Pin
EliottA25-Jun-09 4:09
EliottA25-Jun-09 4:09 
QuestionActive directory Users Pin
caiena25-Jun-09 3:51
caiena25-Jun-09 3:51 
AnswerRe: Active directory Users Pin
Manas Bhardwaj25-Jun-09 4:18
professionalManas Bhardwaj25-Jun-09 4:18 
QuestionDynamic crystal reports Pin
rajeshkiduvath25-Jun-09 3:48
rajeshkiduvath25-Jun-09 3:48 
AnswerRe: Dynamic crystal reports Pin
EliottA25-Jun-09 4:47
EliottA25-Jun-09 4:47 
AnswerRe: Dynamic crystal reports Pin
Behrooz_cs27-Jun-09 21:31
Behrooz_cs27-Jun-09 21:31 
Questionhow to fasten the datareader and insert process Pin
Ersan Ercek25-Jun-09 3:12
Ersan Ercek25-Jun-09 3:12 
The below command writes not fast enough. Is there any way to fasten it.
Stored procedure is not an option for now.
It writes to Access via data reader from as400



<pre> olecmd.CommandText = "INSERT INTO NXAC08 " + "([Article], [Store], [Year], [Month], [Day],
[Unit], [Value], [Discount]) Values (" + dr["Article"].ToString() + ", " + dr["Store"].ToString()
+ ", " + dr["Year"].ToString() + ", " + dr["Mounth"].ToString() + ", " + dr["Day"].ToString() + ", "
+ dr["UNIT"] + ", " + dr["VALUE"].ToString() + ", 0)";
olecmd.ExecuteNonQuery();</pre>
AnswerRe: how to fasten the datareader and insert process Pin
harold aptroot25-Jun-09 3:52
harold aptroot25-Jun-09 3:52 
AnswerRe: how to fasten the datareader and insert process Pin
Luc Pattyn25-Jun-09 4:08
sitebuilderLuc Pattyn25-Jun-09 4:08 
AnswerRe: how to fasten the datareader and insert process Pin
PIEBALDconsult25-Jun-09 4:47
mvePIEBALDconsult25-Jun-09 4:47 
Questionstring Pin
arkiboys25-Jun-09 3:02
arkiboys25-Jun-09 3:02 
AnswerRe: string Pin
Keith Barrow25-Jun-09 3:08
professionalKeith Barrow25-Jun-09 3:08 
AnswerRe: string Pin
himanshu256125-Jun-09 3:13
himanshu256125-Jun-09 3:13 
AnswerRe: string [modified] Pin
musefan25-Jun-09 3:22
musefan25-Jun-09 3:22 
GeneralRe: string Pin
Keith Barrow25-Jun-09 3:37
professionalKeith Barrow25-Jun-09 3:37 
GeneralRe: string Pin
musefan25-Jun-09 4:07
musefan25-Jun-09 4:07 
GeneralRe: string Pin
EliottA25-Jun-09 4:08
EliottA25-Jun-09 4:08 
JokeRe: string Pin
J4amieC25-Jun-09 5:11
J4amieC25-Jun-09 5:11 
GeneralRe: string Pin
EliottA25-Jun-09 10:21
EliottA25-Jun-09 10:21 
GeneralRe: string Pin
Luc Pattyn25-Jun-09 12:31
sitebuilderLuc Pattyn25-Jun-09 12:31 
GeneralRe: string Pin
J4amieC25-Jun-09 4:45
J4amieC25-Jun-09 4:45 
GeneralRe: string Pin
musefan25-Jun-09 4:59
musefan25-Jun-09 4:59 
QuestionRouter's bytes transferred so far Pin
Muammar©25-Jun-09 2:58
Muammar©25-Jun-09 2:58 
GeneralRe: Router's bytes transferred so far Pin
harold aptroot25-Jun-09 3:02
harold aptroot25-Jun-09 3:02 

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.