Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Do you check connection on every call to SQL?
Message
From
09/03/2012 13:37:02
 
General information
Forum:
ASP.NET
Category:
Other
Environment versions
SQL Server:
SQL Server 2008
Miscellaneous
Thread ID:
01537347
Message ID:
01537768
Views:
28
>First, thank you for the sample code. A couple of things I don't understand. Why in your code nConnectionString is numeric (I presume that prefix n stands for numeric)? What is the oCommand?
>
>Here is the segment of my code where I would like to apply your (connection pool) approach:
>
>
>   string sqlSelectString = "select * from mytable where 1=1";
>   SqlDataAdapter oDataAdapter = new SqlDataAdapter( sqlSelectString, connectionString);
>   DataSet dsDataSet = new DataSet();
>   oDataAdapter.Fill( dsDataSet);
>
>
>What is not clear is how do I create data adapter (oDataAdapter) other than how it is in my code. Again, thank you.

I have some specific items in that sample that are related to my framework.

Basically, what you have in there does it. It's all in the background. If that command works, then, all is fine.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform