Multiuser issue

T

Tangent

I have an application I developed that runs a number of stored SQL
procedures to provide the user with a set of information specific to
their user ID. The application runs well if only one person is on it.
If there is more than one person, the application slows to a crawl and a
number of errors occur.

Does anyone have an idea of what might be going on? I can provide more
info if needed.

Thanks,

Derek
 
G

George Durzi

How are you contructing your SqlDataCommand?

You might want to look into using a prebuilt data access solution like
Microsoft.ApplicationBlocks.Data.
 
J

John Saunders

Tangent said:
I have an application I developed that runs a number of stored SQL
procedures to provide the user with a set of information specific to
their user ID. The application runs well if only one person is on it.
If there is more than one person, the application slows to a crawl and a
number of errors occur.

Does anyone have an idea of what might be going on? I can provide more
info if needed.

I think something is wrong.
 
T

Tangent

I rely heavily of SQLHelper Class in this application. The company
hosting the site is now saying that my ap is hogging too much server
resources for more than one person to on. They mentioned moving to
client variables to reduce server processes, but they weren't much help
beyond that...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,764
Messages
2,569,565
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top