Tagged Questions

0
votes
3answers
33 views

VB.NET DataSet Update

Why my set of codes didn't update in DataSet? Then it goes to Error. Please anyone check this code and point me out where I am missing. Thanks in advance! Private Sub btnUpdate_Cl …
0
votes
1answer
29 views

Right way to load and save a dataset

Hi I am using the following code to load a dataset from an xml file: public static DataSet _Data; public static DataSet Data { get { string enc …
0
votes
3answers
11 views

Dataset size limit as an xml file.

Hi We are currently using DataSet for loading and saving our data to an xml file using Dataset and there is a good possibility that the size of the xml file could get very huge. Ei …
0
votes
2answers
34 views

Data Manipulation (INSERT,UPDATE) using DataSet Object with VB.NET

I am newbie at using DataSet. I am writing a program with VB.NET, there I have to select data from one table. Then I have to update about 4 tables and insert to 2 Tables. Which app …
1
vote
2answers
33 views

C# DataSet - Retrieving Unique Value based on column

Hello there, I'm having some issues trying to retrieve unique values from a DataSet in csharp, is that possible? Actually I'm doing something like this that gets a dataset from a …
5
votes
3answers
97 views

Should I Use Entity Framework, DataSet or Custom classes?

Hi Guys, I am really having a hard time here. I need to design a "Desktop app" that will use WCF as the communications channel. Its a multi-tiered application (DB and application s …
0
votes
1answer
49 views

dataset datetime format problem

I am having a problem with datetime format in a dataset. In the database date format is:10/5/2009 10:10:10 but i get an error:FormatException, when attempting to fill the DataSe …
0
votes
1answer
51 views

how to bind database to crystal report ?

hi i have C# program, i have DataSet that i want to bind to crystal report. how to do it ? thank's in advance
0
votes
1answer
21 views

Backup and Restore a SQLCE .sdf database

My application needs to backup and restore .sdf files. There is a single dataSet the the whole application and some bindngSource and table adapters on forms using this same dataset …
2
votes
3answers
63 views

To return a dataset in a web service or not?

Is there a best practice in regards to returning (or NOT returning datasets) from .NET web services? One camp says that we should promote interoperability and use XML schemas to d …
1
vote
2answers
53 views

How to Persist a DataSet to The Database when the Server is Rebooted

I have a dataset in cache and I don't want to lose the information in the cache even if the server is rebooted. Is there a way to do this?
1
vote
1answer
31 views

How can I force my Dataset using application to reconnect and prevent timeout error?

Brief question What command can I use to make my DataSet refresh it's connection to the SQL Server before I go on to work with the DataSet object? I'm working with C# in .Net 2.0 …
0
votes
1answer
20 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
2answers
24 views

Using DataGridView to Update Multiple Tables

On a VB.NET 2008 form I have a DataGridView, BindingSource and TableAdapter. The BindingSource DataSource is a dataset. In the dataset I have a Fill command that joins three tabl …
1
vote
1answer
22 views

Assigning multiple tables to one DataView

hello im using asp.net with vb and sql server 2005. i have DataSet with 3 tables in it and i want to asign all 3 tables into one DataView i know its possible to assign each table …

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