Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem with retrieving data using COM components from SQL

Status
Not open for further replies.

sheshankt

Programmer
Dec 11, 2001
3
IN
I am retrieving data from a table which has huge data, around 10,00000 records.I dont have any indexes and i am retrieving based on around 70 fields. I am doing through a COM component and i am using MTS. since the data is huge and processing time is lot, i am getting error saying "omponent-request-denied" and giving an option like SWITCH or RETRY. Can some one help me how to handle this situation.

Thanks

Sheshank
 
I think this has nothing to do with data, its settings in MTS which is causing the probs.Check u'r Component security. Disable the checkbox for Enable authorization and try it again.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top