Tagged Questions

0
votes
1answer
14 views

What would be the best practice to store multiple 2 digit dataset in MySql server

Let say i want to store several dataset ie 78 94 33 22 14 55 18 10 11 44 59 69 79 39 49 29 19 39 And later on i would like to be able run queries that will determine the frequen …
8
votes
12answers
980 views

C#: What Else Do You Use Besides DataSet

I've found myself increasingly unsatisfied with the DataSet/DataTable/DataRow paradigm in .Net, mostly because it's often a couple of steps more complicated than what I really want …
0
votes
0answers
18 views

Datasets do not regenerate code behind.

So I was lucky enough to inherit a project where someone decided to use datasets as a model. The problem is that a column has been added to table in the database. Using the dataset …
0
votes
3answers
348 views

Validate Each Column of dataTable using HashTable

I have a datatable whose columns are lets say col1,col2,col3 Now I want to validate each column value whether its 0 or not I do not want to use if else clause that will be writing …
0
votes
1answer
165 views

Changing the DateTimeMode of a few columns in a dataset after it has been populated with data

Hi, I need to change the DateTimeMode of some columns in an already populated dataset. (I don't want to change it before it gets populated as it would mean making changes in severa …
0
votes
3answers
46 views

[VB] Spreadsheet from DataTable

In my app, I'm downloading a spreadsheet from FTP, moving the data read from the spreadsheet to a DataTable, and, depending on certain conditions, emailing a new spreadsheet (one t …
0
votes
3answers
672 views

ASP.NET Datagrid HTML Output (Display)

Currently I am binding a dataset with a datagrid. ds = query.ExecuteReadQuery("select PollQuestionText as 'Survey Question', PollAnswer1Text as 'Selection 1', PollAnswer2Text …
1
vote
2answers
229 views

How to wire a middle tier of Objects to a data tier consisting of a DataSet?

Howdy, I have a middle tier containing several related objects and a data tier that is using a DataSet with several DataTables and relationships. I want to call a Save method on …
0
votes
3answers
1k views

How do I structure an OleDbCommand Query so that I can take Tables from one Access Database file (.MDB), and replace them in another Access Data file (.MDB)

I am trying to take tables from one Access Database File, add them to another Access Database file with the exact same structure but with different information. I need to overwrite …
7
votes
7answers
3k views

Why is a SQL float different from a C# float

Howdy, I have a DataRow pulled out of a DataTable from a DataSet. I am accessing a column that is defined in SQL as a float datatype. I am trying to assign that value to a local …
3
votes
6answers
380 views

Are datasets scalable? Would a site like myspace use them for data retrieval?

Hi, How scalable are datasets? Team member wants to use datasets for data retrieval and manipulation, use the built in data integrity etc. to use the object to perform data updat …
1
vote
7answers
1k views

.Net C# DataTables and DataSets, How to relate tables

Hi, How do you take a couple of data tables and put them in a dataset and relate (that doesn't even sound like correct English) them? I know how to create datatables. Thanks R.
3
votes
6answers
337 views

Finding sets that have specific subsets

I am a graduate student of physics and I am working on writing some code to sort several hundred gigabytes of data and return slices of that data when I ask for it. Here is the tri …
0
votes
0answers
20 views

Suggestions for cleaning up dataset designer layout?

Is there a tool/addin for VS to clean up the design view of a dataset by automatically repositioning the tableadapters, etc based on relationships? Thanks
1
vote
2answers
524 views

Datasets, Parent/Child table relations and Gridview controls

Hi, I have a parent table called Publication and a child table called Owner. These two (data)tables are contained within a DataSet (this is all C# stuff) and have a defined relat …

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