Click here to Skip to main content
15,906,569 members
Home / Discussions / C#
   

C#

 
JokeRe: Insert from DataTable into an SQL Table Pin
Ed.Poore2-Jul-07 6:13
Ed.Poore2-Jul-07 6:13 
GeneralRe: Insert from DataTable into an SQL Table Pin
kissa492-Jul-07 6:36
kissa492-Jul-07 6:36 
GeneralRe: Insert from DataTable into an SQL Table Pin
Ed.Poore2-Jul-07 6:54
Ed.Poore2-Jul-07 6:54 
GeneralRe: Insert from DataTable into an SQL Table Pin
leppie2-Jul-07 7:21
leppie2-Jul-07 7:21 
QuestionRe: Insert from DataTable into an SQL Table Pin
kissa492-Jul-07 8:34
kissa492-Jul-07 8:34 
AnswerRe: Insert from DataTable into an SQL Table Pin
PIEBALDconsult2-Jul-07 11:05
mvePIEBALDconsult2-Jul-07 11:05 
GeneralRe: Insert from DataTable into an SQL Table Pin
kissa492-Jul-07 11:06
kissa492-Jul-07 11:06 
GeneralRe: Insert from DataTable into an SQL Table Pin
PIEBALDconsult3-Jul-07 7:07
mvePIEBALDconsult3-Jul-07 7:07 
GeneralRe: Insert from DataTable into an SQL Table Pin
kissa493-Jul-07 8:18
kissa493-Jul-07 8:18 
GeneralRe: Insert from DataTable into an SQL Table [modified] Pin
PIEBALDconsult3-Jul-07 11:56
mvePIEBALDconsult3-Jul-07 11:56 
GeneralRe: Insert from DataTable into an SQL Table Pin
kissa494-Jul-07 8:32
kissa494-Jul-07 8:32 
QuestionReading a block of data from a file Pin
I.explore.code2-Jul-07 5:50
I.explore.code2-Jul-07 5:50 
AnswerRe: Reading a block of data from a file Pin
Luc Pattyn2-Jul-07 6:11
sitebuilderLuc Pattyn2-Jul-07 6:11 
QuestionHow to pass user defined oracle type as argument to a stored procedure using c# Pin
Jayakanthan Devarajan2-Jul-07 5:27
Jayakanthan Devarajan2-Jul-07 5:27 
QuestionMDI Application- Child form to query DB only once. Pin
atulagarwal562-Jul-07 4:46
atulagarwal562-Jul-07 4:46 
AnswerRe: MDI Application- Child form to query DB only once. Pin
Not Active2-Jul-07 4:54
mentorNot Active2-Jul-07 4:54 
AnswerRe: MDI Application- Child form to query DB only once. Pin
originSH2-Jul-07 5:05
originSH2-Jul-07 5:05 
QuestionWebsite Search Functionality Pin
dboy2212-Jul-07 3:27
dboy2212-Jul-07 3:27 
AnswerRe: Website Search Functionality Pin
Ed.Poore2-Jul-07 3:43
Ed.Poore2-Jul-07 3:43 
QuestionApplication freezes even though using a thread Pin
Hampus@foi2-Jul-07 3:26
Hampus@foi2-Jul-07 3:26 
AnswerRe: Application freezes even though using a thread Pin
Luc Pattyn2-Jul-07 3:36
sitebuilderLuc Pattyn2-Jul-07 3:36 
GeneralRe: Application freezes even though using a thread Pin
Hampus@foi2-Jul-07 3:57
Hampus@foi2-Jul-07 3:57 
Yes, the dll works as it should, it's just slow. It's not doing any GUI stuff.

I have checked the CPU load and it's never close to 100%, rather like 50% but I still tested setting the threadpriority to belownormal but it didn't help.

Does it matter that the object I create, which is defined in the dll and is the object I use to read and write with, is not created in the tread but in the main thread?

/Hampus
GeneralRe: Application freezes even though using a thread Pin
Luc Pattyn2-Jul-07 4:09
sitebuilderLuc Pattyn2-Jul-07 4:09 
GeneralRe: Application freezes even though using a thread Pin
Hampus@foi2-Jul-07 4:13
Hampus@foi2-Jul-07 4:13 
GeneralRe: Application freezes even though using a thread Pin
Luc Pattyn2-Jul-07 4:24
sitebuilderLuc Pattyn2-Jul-07 4:24 

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.