Tagged Questions

0
votes
3answers
28 views

DbDataReader closing by itself?

I have the following code: var entityConnection = (System.Data.EntityClient.EntityConnection)c.Connection; DbConnection conn = entityConnection.StoreConnection; …
0
votes
1answer
18 views

Invalid Object Name: Beginner using the AdventureWords db from a class

I'm trying to learn some C#.net. I'm just trying to expose the AdventureWorks database included in my C# class via a web interface. Here's the setup: I've got a DropDownList in …
0
votes
6answers
112 views

Database abstraction layer in C# for MySQL?

I am trying to use MySQL 5 with C#. I downloaded MySQL driver on mysql.com and installed it. I can now connect to MySQL in C# with the following code. string ConString = "SERV …
-1
votes
2answers
28 views

What is the time complexity of DataRow indexer?

What is the time complexity of accessing a column by its name in an instance of DataRow? object Foo(DataRow row, string columnName) { // What is the time complexity of the …
0
votes
2answers
28 views

What ADO.NET book would you suggest?

For now I know SQL and want to write a database program in C#. I tried to read MSDN but it is too difficult for me. I need a book which can explain how ADO.NET works and give some …
0
votes
1answer
19 views

How do I get all rows from ITEM table, which are children of a parent ITEM table row, where relationship is stored separately?

Hi, How do I get all rows from ITEM table, which are children of a parent ITEM table row, where relationship is stored separately? How can I do a join to do this? "get all rows …
0
votes
3answers
109 views

SQL Server connection string Trusted_Connection=true issue

Hello everyone, I am using .Net 2.0 + SQL Server 2005 Enterprise + VSTS 2008 + C# + ADO.Net to develop ASP.Net Web application. My question is, if I am using Trusted_Connection=t …
0
votes
1answer
16 views

How do you determine the recommended ADO.NET Batch Size in the Real World?

NOTE: I'm not looking for the answer from MSDN. How have you gone about determining the proper ADO.NET batch size value for your given database / application? What factors led to …
0
votes
4answers
48 views

how database connection pool impacts performance?

Hello everyone, I am using .Net 2.0 + SQL Server 2005 Enterprise + VSTS 2008 + C# + ADO.Net to develop ASP.Net Web application. The ASP.Net Web application is database centric/dri …
0
votes
2answers
237 views

Inserting just a new record using DataSet (.net c# ado.net )

I've a form containing more than 200 text boxes in .NET desktop application. I want to insert them into their respective 4 tables of Database. Now how should I go about it using Da …
0
votes
1answer
42 views

SQL Server connection string Asynchronous Processing=true

Hello everyone, I am using .Net 2.0 + SQL Server 2005 Enterprise + VSTS 2008 + C# + ADO.Net to develop ASP.Net Web application. My question is, if I am using Asynchronous Process …
0
votes
1answer
38 views

connection pool setting of SQL Server connection string

Hello everyone, I am using .Net 2.0 + SQL Server 2005 Enterprise + VSTS 2008 + C# + ADO.Net to maintain a legacy ASP.Net Web application. Here is the connection string the legacy …
0
votes
2answers
27 views

Client side ADO.NET call fails to fill Dataset

I have a ASP.NET web page that needs to make a SQL Server call from the client side in a script sectipn of my aspx file. I'm calling a stored proc which takes one parm. This sp wor …
0
votes
1answer
32 views

Is it possible to access Excel file through ADO.NET that does NOT have a Header Row?

I have a formated Excel file, over which I do not have control, and I need to read the information contained in it. The problem with the file is that the first few rows contain fo …
1
vote
2answers
68 views

Entity Framework v2 doesn’t support sql 2000?

I installed the beta 2 of Visual Studio 2010 today. I went to test out the new entity framework stuff (to see if my "issues" from v1 were fixed.). I started adding a new connecti …

1 2 3 4 5 64 next
15 30 50 per page