Click here to Skip to main content
15,893,161 members
Home / Discussions / Database
   

Database

 
AnswerRe: Robust Tool for creating Excel Spreadsheets from Oracle tables? Pin
Markk14-Aug-03 8:51
Markk14-Aug-03 8:51 
GeneralRe: Robust Tool for creating Excel Spreadsheets from Oracle tables? Pin
dratti14-Aug-03 9:05
dratti14-Aug-03 9:05 
QuestionSQL Server 2000 Enterprise Manager? Pin
Jason Weibel13-Aug-03 11:29
Jason Weibel13-Aug-03 11:29 
AnswerRe: SQL Server 2000 Enterprise Manager? Pin
Arjan Einbu13-Aug-03 12:02
Arjan Einbu13-Aug-03 12:02 
GeneralRe: SQL Server 2000 Enterprise Manager? Pin
Jason Weibel14-Aug-03 2:35
Jason Weibel14-Aug-03 2:35 
Generalquestion about collection Pin
yyf13-Aug-03 6:01
yyf13-Aug-03 6:01 
GeneralRe: question about collection Pin
jeff_martin13-Aug-03 7:29
jeff_martin13-Aug-03 7:29 
Generalquestion about OleDbCommand.Cancel() Pin
yyf13-Aug-03 4:08
yyf13-Aug-03 4:08 
Hi
I am not entirely sure if this is a bug or whether it's a limitation with ADO.Net.

1) run a query that requires long time to run on a background thread. eg: select * from users
2) Try cancelling the query by doing oledbcommand.cancel() and then abort the thread.

I use SQL Server 2000.

Here is what happens:
1) Cancel returns right after u call it.(it's ok)
2) Thread.Abort() runs for a while, after it returns, the thread doesn't abort until the query the cancel is done.(so the abort doesn't really abort the thread? what is thread.Abort() doing )
3) The cancel does cancel the running of the query, but it takes about 10 sec to stop it.


Has anyone come accross this problem? Can someone answer these questions please.

Thanks in advance

YYF

GeneralRequirements Pin
oliver_twistor12-Aug-03 22:23
oliver_twistor12-Aug-03 22:23 
GeneralRe: Requirements Pin
Mike Dimmick12-Aug-03 22:37
Mike Dimmick12-Aug-03 22:37 
GeneralRe: Requirements Pin
oliver_twistor13-Aug-03 1:30
oliver_twistor13-Aug-03 1:30 
GeneralRe: Requirements Pin
Teo13-Aug-03 2:08
Teo13-Aug-03 2:08 
GeneralPrint Pin
deanoA12-Aug-03 15:35
deanoA12-Aug-03 15:35 
GeneralRe: Print Pin
Mike Dimmick12-Aug-03 22:43
Mike Dimmick12-Aug-03 22:43 
GeneralSQL help for a newbie~ Pin
DEWright_CA12-Aug-03 10:20
DEWright_CA12-Aug-03 10:20 
GeneralRe: SQL help for a newbie~ Pin
jeff_martin12-Aug-03 10:47
jeff_martin12-Aug-03 10:47 
GeneralRe: SQL help for a newbie~ Pin
DEWright_CA12-Aug-03 11:03
DEWright_CA12-Aug-03 11:03 
GeneralRe: SQL help for a newbie~ Pin
jeff_martin12-Aug-03 11:16
jeff_martin12-Aug-03 11:16 
GeneralRe: SQL help for a newbie~ Pin
Arjan Einbu12-Aug-03 13:12
Arjan Einbu12-Aug-03 13:12 
GeneralRe: SQL help for a newbie~ Pin
Arjan Einbu12-Aug-03 13:27
Arjan Einbu12-Aug-03 13:27 
GeneralADO and 'Unhandled exception in <application> (MSDART.DLL) 0xC0000005: Access Violation' Pin
KalliMan12-Aug-03 1:40
KalliMan12-Aug-03 1:40 
GeneralRe: ADO and 'Unhandled exception in <application> (MSDART.DLL) 0xC0000005: Access Violation' Pin
Steve S12-Aug-03 1:52
Steve S12-Aug-03 1:52 
GeneralRe: ADO and 'Unhandled exception in <application> (MSDART.DLL) 0xC0000005: Access Violation' Pin
KalliMan12-Aug-03 4:35
KalliMan12-Aug-03 4:35 
GeneralRe: ADO and 'Unhandled exception in <application> (MSDART.DLL) 0xC0000005: Access Violation' Pin
Steve S12-Aug-03 5:40
Steve S12-Aug-03 5:40 
GeneralI thing, i found my solution. Pin
KalliMan12-Aug-03 5:49
KalliMan12-Aug-03 5:49 

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.