Tagged Questions

3
votes
4answers
397 views

Strongly typed dataset wont fill, table mappings problem? c#.net 2.0

Hello all, You've been excellent with my other questions previously - so here I am again, in need of some help! I've got a query which joins three tables and a strongly typed dat …
3
votes
6answers
653 views

Does anyone use typed DataSets in .NET?

I have once tried to use typed DateSets in a relatively small production application. Initially it looked like a pretty good idea, but turned out to be different. It was pretty fin …
3
votes
6answers
508 views

How to migrate from MS Access to SQL server 2005

I have a VB.NET windows application that pulls information from an MS Access database. The primary role of the application is to extract information from Excel files in various for …
2
votes
2answers
54 views

How do we solve all this “Conversion from type DBNull to type String is not valid” nastiness?

In our applications, I can't think of many cases where we care about null string fields. We just want them to show as empty strings in most situations. So when using the built in …
2
votes
3answers
135 views

How can I include DBNull as a value in my strongly typed dataset?

I've created a strongly typed dataset (MyDataSet) in my .NET app. For the sake of simplicity, we'll say it has one DataTable (MyDataTable), with one column (MyCol). MyCol has its …
2
votes
1answer
258 views

Inserting Rows in Relationship using a Strongly Typed DataSet

I'm using ADO.NET with a strongly typed dataset in C# (.NET 3.5). I want to insert a new row to two tables which are related in an 1:n relation. The table Attachments holds the pr …
2
votes
2answers
176 views

Typed Datasets: a Good choice or Bad - Why one should use or not use Typed datasets in their applications ?

Ever since .net 2.0 release this question has been discussed over a large number of times. Many of the developers are not in favour of Typed datasets and there are few who use them …
2
votes
2answers
167 views

SQL/.NET TableAdapters - How do I strongly-type calculated columns in either the database or the DataSet?

We use calculated columns in a few SQL Server 2005 tables which always return data of a specific type (bit, varchar(50), etc...). These tables are consumed by a .NET data layer us …
2
votes
3answers
602 views

Empty BindingSource problem

I have a problem with binding data using BindingSource, typed dataset and DataGridView. My problem is: BindingSource, therefore grid, is empty after binding data (bindingSource.Cou …
2
votes
2answers
932 views

Strongly Typed DataSet with a set of TableAdapters per database provider?

I want a strongly-typed DataSet along with designer TableAdapters, but Visual Studio's DataSet designer generates provider-specific (e.g. SQL Server vs. MySql) code and I don't wan …
2
votes
9answers
542 views

Calling Oracle SP with TableAdapter very slow

I have a query that runs super fast when executed in the sql editor (oracle): 1ms. The same query (as stored procedure) when executed by a DataSet-TableAdapter takes 2 seconds. I' …
1
vote
2answers
112 views

LINQ Query Returning No Value

Hi guys. I'm currently trying to run a LINQ query over a MS SQL database. This is what I have done. I can see the database, the table, and the data inside if i want to via the S …
1
vote
3answers
214 views

Casting generic datatable to typed datatable

I need to reuse a DataAccess method prescribed by client. This method returns a vanilla datatable. I want to cast this datatable to my Typed datatable. The amount of columns and th …
1
vote
1answer
74 views

Typed DataSets in WebApplication Projects.

I am converting an older C# Website Project into a Web Application Project so that we can better manage it in our source control system. I have run into a problem. The Website Pro …
1
vote
2answers
121 views

Nullable and typed dataset, is there a generator somewhere?

Trying to use a typed dataset with nullable fields... As been the case since the dawn of time, the typed dataset generator of visual studio does not support nullable types. Is th …

1 2 3 4 5 next
15 30 50 per page