G
Guest
I have built a very simple single form Application, with a sqlDataAdapter,
sqlConnection, dataSet and a Grid. As soon as I load the application and bind
the data (Fill the dataset or Open the Connection) there are two connections
from my App in SQL Server (sp_who2)
This means my App will take up two licenced connections to the Server, which
could be a problem.
Can anyone explain why this is?
Thanks
sqlConnection, dataSet and a Grid. As soon as I load the application and bind
the data (Fill the dataset or Open the Connection) there are two connections
from my App in SQL Server (sp_who2)
This means my App will take up two licenced connections to the Server, which
could be a problem.
Can anyone explain why this is?
Thanks