Click here to Skip to main content
15,887,683 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralDataGrid Pin
TTECHNOLOGY7-Mar-05 22:41
TTECHNOLOGY7-Mar-05 22:41 
GeneralMultithreading and Appdomain Pin
joshi_vipul7-Mar-05 18:43
joshi_vipul7-Mar-05 18:43 
GeneralRe: Multithreading and Appdomain Pin
TylerBrinks8-Mar-05 7:19
TylerBrinks8-Mar-05 7:19 
GeneralRe: Multithreading and Appdomain Pin
joshi_vipul8-Mar-05 17:40
joshi_vipul8-Mar-05 17:40 
QuestionDataGrid update??? Pin
Small Rat7-Mar-05 14:25
Small Rat7-Mar-05 14:25 
AnswerRe: DataGrid update??? Pin
ursus zeta12-Mar-05 8:58
ursus zeta12-Mar-05 8:58 
Questioninsert too slow???? Pin
Small Rat7-Mar-05 13:02
Small Rat7-Mar-05 13:02 
AnswerRe: insert too slow???? Pin
Oskars10-Mar-05 22:32
Oskars10-Mar-05 22:32 
Actually, in my experience whery big ammount of inserts is allways not too fast, especially if you are executing it in some kind of for() or while() cycle.

Some time ago I created a 2D map in database where insert was wery simple like that: insert (x,y, <somemaptype>) values (1,2,34). In my case I used 2 for() cycles and OdbcConnection with OdbcCommand. insert statement was executed 1`000`000 times and it took 15-20 minutes because someMapType was Random generated number.

I suggest you have to check and try optimize your code, maybe even create transaction sql file and execute it in database side with you oledb. And there is one more thing - Access is the sickest database I ever seen. Maybe you should try some other database.
GeneralClasswizard in visual stuio 7.0 ... Pin
vchedalla7-Mar-05 11:33
vchedalla7-Mar-05 11:33 
GeneralRe: Classwizard in visual stuio 7.0 ... Pin
bneacetp7-Mar-05 17:23
bneacetp7-Mar-05 17:23 
GeneralRe: Classwizard in visual stuio 7.0 ... Pin
vchedalla8-Mar-05 2:29
vchedalla8-Mar-05 2:29 
GeneralRe: Classwizard in visual stuio 7.0 ... Pin
bneacetp8-Mar-05 7:49
bneacetp8-Mar-05 7:49 
QuestionDid anyone had System.Data.DataSet on Hyperthreading CPU issues ?? Pin
octaviansen7-Mar-05 2:59
octaviansen7-Mar-05 2:59 
AnswerRe: Did anyone had System.Data.DataSet on Hyperthreading CPU issues ?? Pin
ACorbs7-Mar-05 14:45
ACorbs7-Mar-05 14:45 
GeneralRe: Did anyone had System.Data.DataSet on Hyperthreading CPU issues ?? Pin
octaviansen7-Mar-05 19:55
octaviansen7-Mar-05 19:55 
Generalsetting headers in socket programming Pin
kavithanallamothu7-Mar-05 0:05
kavithanallamothu7-Mar-05 0:05 
GeneralRe: setting headers in socket programming Pin
Colin Angus Mackay7-Mar-05 3:25
Colin Angus Mackay7-Mar-05 3:25 
GeneralRe: setting headers in socket programming Pin
kavithanallamothu7-Mar-05 16:36
kavithanallamothu7-Mar-05 16:36 
Generalcan't see my data adapters... Pin
code dope6-Mar-05 23:57
code dope6-Mar-05 23:57 
GeneralRe: can't see my data adapters... Pin
numbrel8-Mar-05 9:31
numbrel8-Mar-05 9:31 
GeneralC&#969; - Interesting .NET language Pin
Joshua Nussbaum6-Mar-05 2:29
Joshua Nussbaum6-Mar-05 2:29 
GeneralRe: C&amp;#969; - Interesting .NET language Pin
Judah Gabriel Himango8-Mar-05 11:44
sponsorJudah Gabriel Himango8-Mar-05 11:44 
Generali get UnauthorizedAccessException Pin
mobasher5-Mar-05 22:17
mobasher5-Mar-05 22:17 
GeneralRe: i get UnauthorizedAccessException Pin
Mike Dimmick6-Mar-05 1:57
Mike Dimmick6-Mar-05 1:57 
GeneralRe: i get UnauthorizedAccessException Pin
mobasher6-Mar-05 16:00
mobasher6-Mar-05 16:00 

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.