Tagged Questions

2
votes
2answers
80 views

.NET 1.0 ThreadPool Question

I am trying to spawn a thread to take care of DoWork task that should take less than 3 seconds. Inside DoWork its taking 15 seconds. I want to abort DoWork and transfer the control back to main ...
0
votes
1answer
259 views

save image in oracle database with oledb provider

i want to save image file in oracle database in blob data type field,but because OleDbType type(OleDbType.Binary) does not support blob data type , when I am trying to save file it is not receiving ...
0
votes
2answers
71 views

Whats better: Deserialise to Object vs Just Xpathing against an XML Doc?

I've been doing alot of XML processing in C# of late and after coming back to C# from a long stint javascript coding I'm really missing some of the nice short cuts of JS. I've go a sizable XML ...
0
votes
2answers
115 views

Exception Handling - line skipped and sqle is null

IDE = VS7 or 2002 Hi all, I have a really weird problem here. The code doesn't appear to be executing as expected. I'm running this through the debugger and it's performing really strangely. I have ...